Html Css Color HEX #FAB404 Selective Yellow

📋 copy color: '#FAB404'

red 250 ◦ green 180 ◦ blue 4

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

Shades of Selective Yellow #FAB404

Tints of Selective Yellow #FAB404

RGB

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

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

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

R = 57.6%
G = 41.47%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAB404 (or 0xFAB404) is known color: Selective Yellow. HEX triplet: FA, B4 and 04. RGB value is (250,180,4). Sum of RGB (Red+Green+Blue) = 250+180+4=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB404 is #054BFB. Grayscale: #B5B5B5. Windows color (decimal): -347132 or 308474. OLE color: 308474.

HSL color Cylindrical-coordinate representation of color #FAB404: hue angle of 42.93º 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 #FAB404 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 4 -
CMYK 0 0.28 0.98 0.02
HSL 42.93º 0.97% 0.5% -
HSV(B) 42.93º 0.98% 0.98% -
XYZ 55.77 52.98 7.4 -
YUV 180.87 28.19 177.31 -
System Red Green Blue C M Y K H S L
Decimal 250 180 4 0 0.28 0.98 0.02 42.93 0.97 0.5
Hex FA B4 4 0 1C 62 2 2B 61 32
Octal 372 264 4 0 34 142 2 53 141 62
Binary 11111010 10110100 100 0 11100 1100010 10 101011 1100001 110010

Color Harmonies of #FAB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB404

Black with #FAB404

Text Example


Text Example

White with #FAB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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