Html Css Color HEX #FAB701 Selective Yellow

📋 copy color: '#FAB701'

red 250 ◦ green 183 ◦ blue 1

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

Shades of Selective Yellow #FAB701

Tints of Selective Yellow #FAB701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 57.6%
G = 42.17%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAB701 (or 0xFAB701) is known color: Selective Yellow. HEX triplet: FA, B7 and 01. RGB value is (250,183,1). Sum of RGB (Red+Green+Blue) = 250+183+1=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB701 is #0548FE. Grayscale: #B7B7B7. Windows color (decimal): -346367 or 112634. OLE color: 112634.

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

Color convert

RGB 250 183 1 -
CMYK 0 0.27 1.00 0.02
HSL 43.86º 0.99% 0.49% -
HSV(B) 43.86º 1% 0.98% -
XYZ 56.36 54.19 7.52 -
YUV 182.29 25.7 176.3 -
System Red Green Blue C M Y K H S L
Decimal 250 183 1 0 0.27 1.00 0.02 43.86 0.99 0.49
Hex FA B7 1 0 1B 64 2 2C 63 31
Octal 372 267 1 0 33 144 2 54 143 61
Binary 11111010 10110111 1 0 11011 1100100 10 101100 1100011 110001

Color Harmonies of #FAB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB701

Black with #FAB701

Text Example


Text Example

White with #FAB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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