Html Css Color HEX #FAB204 Selective Yellow

📋 copy color: '#FAB204'

red 250 ◦ green 178 ◦ blue 4

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

Shades of Selective Yellow #FAB204

Tints of Selective Yellow #FAB204

RGB

 RED value IS 250 (98.05% from 255) = 57.87%

 GREEN value IS 178 (69.92% from 255) = 41.2%

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

R = 57.87%
G = 41.2%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAB204 (or 0xFAB204) is known color: Selective Yellow. HEX triplet: FA, B2 and 04. RGB value is (250,178,4). Sum of RGB (Red+Green+Blue) = 250+178+4=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB204 is #054DFB. Grayscale: #B4B4B4. Windows color (decimal): -347644 or 307962. OLE color: 307962.

HSL color Cylindrical-coordinate representation of color #FAB204: hue angle of 42.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAB204 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 4 -
CMYK 0 0.29 0.98 0.02
HSL 42.44º 0.97% 0.5% -
HSV(B) 42.44º 0.98% 0.98% -
XYZ 55.37 52.17 7.27 -
YUV 179.69 28.85 178.15 -
System Red Green Blue C M Y K H S L
Decimal 250 178 4 0 0.29 0.98 0.02 42.44 0.97 0.5
Hex FA B2 4 0 1D 62 2 2A 61 32
Octal 372 262 4 0 35 142 2 52 141 62
Binary 11111010 10110010 100 0 11101 1100010 10 101010 1100001 110010

Color Harmonies of #FAB204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB204

Black with #FAB204

Text Example


Text Example

White with #FAB204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB204; }

 p { color: rgb(250,178,4); }

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

background-color css

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

 a { background-color: rgb(250,178,4); }

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

border-color css

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

 span { border-color: rgb(250,178,4); }

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