Html Css Color HEX #FAB403 Selective Yellow

📋 copy color: '#FAB403'

red 250 ◦ green 180 ◦ blue 3

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

Shades of Selective Yellow #FAB403

Tints of Selective Yellow #FAB403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 57.74%
G = 41.57%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAB403 (or 0xFAB403) is known color: Selective Yellow. HEX triplet: FA, B4 and 03. RGB value is (250,180,3). Sum of RGB (Red+Green+Blue) = 250+180+3=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB403 is #054BFC. Grayscale: #B5B5B5. Windows color (decimal): -347133 or 242938. OLE color: 242938.

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

Color convert

RGB 250 180 3 -
CMYK 0 0.28 0.99 0.02
HSL 43º 0.98% 0.5% -
HSV(B) 43º 0.99% 0.98% -
XYZ 55.76 52.97 7.37 -
YUV 180.75 27.69 177.39 -
System Red Green Blue C M Y K H S L
Decimal 250 180 3 0 0.28 0.99 0.02 43 0.98 0.5
Hex FA B4 3 0 1C 63 2 2B 62 32
Octal 372 264 3 0 34 143 2 53 142 62
Binary 11111010 10110100 11 0 11100 1100011 10 101011 1100010 110010

Color Harmonies of #FAB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB403

Black with #FAB403

Text Example


Text Example

White with #FAB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB403; }

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

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

background-color css

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

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

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

border-color css

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

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

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