Html Css Color HEX #F0B504 Selective Yellow

📋 copy color: '#F0B504'

red 240 ◦ green 181 ◦ blue 4

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

Shades of Selective Yellow #F0B504

Tints of Selective Yellow #F0B504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 56.47%
G = 42.59%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0B504 (or 0xF0B504) is known color: Selective Yellow. HEX triplet: F0, B5 and 04. RGB value is (240,181,4). Sum of RGB (Red+Green+Blue) = 240+181+4=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B504 is #0F4AFB. Grayscale: #B3B3B3. Windows color (decimal): -1002236 or 308720. OLE color: 308720.

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

Color convert

RGB 240 181 4 -
CMYK 0 0.25 0.98 0.06
HSL 45º 0.97% 0.48% -
HSV(B) 45º 0.98% 0.94% -
XYZ 52.48 51.58 7.31 -
YUV 178.46 29.55 171.89 -
System Red Green Blue C M Y K H S L
Decimal 240 181 4 0 0.25 0.98 0.06 45 0.97 0.48
Hex F0 B5 4 0 19 62 6 2D 61 30
Octal 360 265 4 0 31 142 6 55 141 60
Binary 11110000 10110101 100 0 11001 1100010 110 101101 1100001 110000

Color Harmonies of #F0B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B504

Black with #F0B504

Text Example


Text Example

White with #F0B504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B504; }

 p { color: rgb(240,181,4); }

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

background-color css

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

 a { background-color: rgb(240,181,4); }

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

border-color css

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

 span { border-color: rgb(240,181,4); }

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