Html Css Color HEX #F0B409 Selective Yellow

📋 copy color: '#F0B409'

red 240 ◦ green 180 ◦ blue 9

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

Shades of Selective Yellow #F0B409

Tints of Selective Yellow #F0B409

RGB

 RED value IS 240 (94.14% from 255) = 55.94%

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 9 (3.91% from 255) = 2.1%

R = 55.94%
G = 41.96%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0B409 (or 0xF0B409) is known color: Selective Yellow. HEX triplet: F0, B4 and 09. RGB value is (240,180,9). Sum of RGB (Red+Green+Blue) = 240+180+9=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B409 is #0F4BF6. Grayscale: #B3B3B3. Windows color (decimal): -1002487 or 636144. OLE color: 636144.

HSL color Cylindrical-coordinate representation of color #F0B409: hue angle of 44.42º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0B409 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 180 9 -
CMYK 0 0.25 0.96 0.06
HSL 44.42º 0.93% 0.49% -
HSV(B) 44.42º 0.96% 0.94% -
XYZ 52.31 51.19 7.38 -
YUV 178.45 32.38 171.9 -
System Red Green Blue C M Y K H S L
Decimal 240 180 9 0 0.25 0.96 0.06 44.42 0.93 0.49
Hex F0 B4 9 0 19 60 6 2C 5D 31
Octal 360 264 11 0 31 140 6 54 135 61
Binary 11110000 10110100 1001 0 11001 1100000 110 101100 1011101 110001

Color Harmonies of #F0B409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B409

Black with #F0B409

Text Example


Text Example

White with #F0B409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B409; }

 p { color: rgb(240,180,9); }

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

background-color css

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

 a { background-color: rgb(240,180,9); }

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

border-color css

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

 span { border-color: rgb(240,180,9); }

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