Html Css Color HEX #FAB80D Selective Yellow

📋 copy color: '#FAB80D'

red 250 ◦ green 184 ◦ blue 13

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

Shades of Selective Yellow #FAB80D

Tints of Selective Yellow #FAB80D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 55.93%
G = 41.16%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB80D (or 0xFAB80D) is known color: Selective Yellow. HEX triplet: FA, B8 and 0D. RGB value is (250,184,13). Sum of RGB (Red+Green+Blue) = 250+184+13=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB80D is #0547F2. Grayscale: #B8B8B8. Windows color (decimal): -346099 or 899322. OLE color: 899322.

HSL color Cylindrical-coordinate representation of color #FAB80D: hue angle of 43.29º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAB80D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 184 13 -
CMYK 0 0.26 0.95 0.02
HSL 43.29º 0.96% 0.52% -
HSV(B) 43.29º 0.95% 0.98% -
XYZ 56.64 54.63 7.94 -
YUV 184.24 31.37 174.9 -
System Red Green Blue C M Y K H S L
Decimal 250 184 13 0 0.26 0.95 0.02 43.29 0.96 0.52
Hex FA B8 D 0 1A 5F 2 2B 60 34
Octal 372 270 15 0 32 137 2 53 140 64
Binary 11111010 10111000 1101 0 11010 1011111 10 101011 1100000 110100

Color Harmonies of #FAB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB80D

Black with #FAB80D

Text Example


Text Example

White with #FAB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB80D; }

 p { color: rgb(250,184,13); }

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

background-color css

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

 a { background-color: rgb(250,184,13); }

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

border-color css

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

 span { border-color: rgb(250,184,13); }

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