Html Css Color HEX #FAB50C Selective Yellow

📋 copy color: '#FAB50C'

red 250 ◦ green 181 ◦ blue 12

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

Shades of Selective Yellow #FAB50C

Tints of Selective Yellow #FAB50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.86%

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 56.43%
G = 40.86%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB50C (or 0xFAB50C) is known color: Selective Yellow. HEX triplet: FA, B5 and 0C. RGB value is (250,181,12). Sum of RGB (Red+Green+Blue) = 250+181+12=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB50C is #054AF3. Grayscale: #B7B7B7. Windows color (decimal): -346868 or 833018. OLE color: 833018.

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

Color convert

RGB 250 181 12 -
CMYK 0 0.28 0.95 0.02
HSL 42.61º 0.96% 0.51% -
HSV(B) 42.61º 0.95% 0.98% -
XYZ 56.01 53.4 7.7 -
YUV 182.37 31.86 176.24 -
System Red Green Blue C M Y K H S L
Decimal 250 181 12 0 0.28 0.95 0.02 42.61 0.96 0.51
Hex FA B5 C 0 1C 5F 2 2B 60 33
Octal 372 265 14 0 34 137 2 53 140 63
Binary 11111010 10110101 1100 0 11100 1011111 10 101011 1100000 110011

Color Harmonies of #FAB50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB50C

Black with #FAB50C

Text Example


Text Example

White with #FAB50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB50C; }

 p { color: rgb(250,181,12); }

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

background-color css

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

 a { background-color: rgb(250,181,12); }

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

border-color css

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

 span { border-color: rgb(250,181,12); }

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