Html Css Color HEX #FAB60C Selective Yellow

📋 copy color: '#FAB60C'

red 250 ◦ green 182 ◦ blue 12

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

Shades of Selective Yellow #FAB60C

Tints of Selective Yellow #FAB60C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 56.31%
G = 40.99%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB60C (or 0xFAB60C) is known color: Selective Yellow. HEX triplet: FA, B6 and 0C. RGB value is (250,182,12). Sum of RGB (Red+Green+Blue) = 250+182+12=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB60C is #0549F3. Grayscale: #B7B7B7. Windows color (decimal): -346612 or 833274. OLE color: 833274.

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

Color convert

RGB 250 182 12 -
CMYK 0 0.27 0.95 0.02
HSL 42.86º 0.96% 0.51% -
HSV(B) 42.86º 0.95% 0.98% -
XYZ 56.22 53.81 7.77 -
YUV 182.95 31.53 175.82 -
System Red Green Blue C M Y K H S L
Decimal 250 182 12 0 0.27 0.95 0.02 42.86 0.96 0.51
Hex FA B6 C 0 1B 5F 2 2B 60 33
Octal 372 266 14 0 33 137 2 53 140 63
Binary 11111010 10110110 1100 0 11011 1011111 10 101011 1100000 110011

Color Harmonies of #FAB60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB60C

Black with #FAB60C

Text Example


Text Example

White with #FAB60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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