Html Css Color HEX #F9F270 Dolly

📋 copy color: '#F9F270'

red 249 ◦ green 242 ◦ blue 112

#F9F270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolly #F9F270

Tints of Dolly #F9F270

RGB

 RED value IS 249 (97.66% from 255) = 41.29%

 GREEN value IS 242 (94.92% from 255) = 40.13%

 BLUE value IS 112 (44.14% from 255) = 18.57%

R = 41.29%
G = 40.13%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F9F270 (or 0xF9F270) is known color: Dolly. HEX triplet: F9, F2 and 70. RGB value is (249,242,112). Sum of RGB (Red+Green+Blue) = 249+242+112=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F270 is #060D8F. Grayscale: #E5E5E5. Windows color (decimal): -396688 or 7402233. OLE color: 7402233.

HSL color Cylindrical-coordinate representation of color #F9F270: hue angle of 56.93º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9F270 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 242 112 -
CMYK 0 0.03 0.55 0.02
HSL 56.93º 0.92% 0.71% -
HSV(B) 56.93º 0.55% 0.98% -
XYZ 73.74 84.81 27.81 -
YUV 229.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 249 242 112 0 0.03 0.55 0.02 56.93 0.92 0.71
Hex F9 F2 70 0 3 37 2 39 5C 47
Octal 371 362 160 0 3 67 2 71 134 107
Binary 11111001 11110010 1110000 0 11 110111 10 111001 1011100 1000111

Color Harmonies of #F9F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F270

Black with #F9F270

Text Example


Text Example

White with #F9F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F270; }

 p { color: rgb(249,242,112); }

 H1.HeaderClassName
 {
   color: #F9F270;
 }
 .AnyTagClassName
 {
   color: #F9F270;
 }
</style>

background-color css

<style>
 a { background-color: #F9F270; }

 a { background-color: rgb(249,242,112); }

 div.DivClassName
 {
   background-color: #F9F270;
 }
 .BgClassName
 {
   background-color: #F9F270;
 }
</style>

border-color css

<style>
 span { border-color: #F9F270; }

 span { border-color: rgb(249,242,112); }

 td.TdClassName
 {
   border-color: #F9F270;
 }
 .TagClassName
 {
   border-color: #F9F270;
 }
</style>