Html Css Color HEX #FAB400 Selective Yellow

📋 copy color: '#FAB400'

red 250 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #FAB400

Tints of Selective Yellow #FAB400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.14%
G = 41.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAB400 (or 0xFAB400) is known color: Selective Yellow. HEX triplet: FA, B4 and 00. RGB value is (250,180,0). Sum of RGB (Red+Green+Blue) = 250+180+0=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB400 is #054BFF. Grayscale: #B5B5B5. Windows color (decimal): -347136 or 46330. OLE color: 46330.

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

Color convert

RGB 250 180 0 -
CMYK 0 0.28 1 0.02
HSL 43.2º 1% 0.49% -
HSV(B) 43.2º 1% 0.98% -
XYZ 55.75 52.97 7.29 -
YUV 180.41 26.19 177.64 -
System Red Green Blue C M Y K H S L
Decimal 250 180 0 0 0.28 1 0.02 43.2 1 0.49
Hex FA B4 0 0 1C 64 2 2B 64 31
Octal 372 264 0 0 34 144 2 53 144 61
Binary 11111010 10110100 0 0 11100 1100100 10 101011 1100100 110001

Color Harmonies of #FAB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB400

Black with #FAB400

Text Example


Text Example

White with #FAB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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