Html Css Color HEX #FAB700 Selective Yellow

📋 copy color: '#FAB700'

red 250 ◦ green 183 ◦ blue 0

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

Shades of Selective Yellow #FAB700

Tints of Selective Yellow #FAB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.26%

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

R = 57.74%
G = 42.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAB700 (or 0xFAB700) is known color: Selective Yellow. HEX triplet: FA, B7 and 00. RGB value is (250,183,0). Sum of RGB (Red+Green+Blue) = 250+183+0=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB700 is #0548FF. Grayscale: #B6B6B6. Windows color (decimal): -346368 or 47098. OLE color: 47098.

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

Color convert

RGB 250 183 0 -
CMYK 0 0.27 1 0.02
HSL 43.92º 1% 0.49% -
HSV(B) 43.92º 1% 0.98% -
XYZ 56.36 54.19 7.49 -
YUV 182.17 25.2 176.38 -
System Red Green Blue C M Y K H S L
Decimal 250 183 0 0 0.27 1 0.02 43.92 1 0.49
Hex FA B7 0 0 1B 64 2 2C 64 31
Octal 372 267 0 0 33 144 2 54 144 61
Binary 11111010 10110111 0 0 11011 1100100 10 101100 1100100 110001

Color Harmonies of #FAB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB700

Black with #FAB700

Text Example


Text Example

White with #FAB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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