Html Css Color HEX #FAB70C Selective Yellow

📋 copy color: '#FAB70C'

red 250 ◦ green 183 ◦ blue 12

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

Shades of Selective Yellow #FAB70C

Tints of Selective Yellow #FAB70C

RGB

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

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

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

R = 56.18%
G = 41.12%
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

#FAB70C (or 0xFAB70C) is known color: Selective Yellow. HEX triplet: FA, B7 and 0C. RGB value is (250,183,12). Sum of RGB (Red+Green+Blue) = 250+183+12=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB70C is #0548F3. Grayscale: #B8B8B8. Windows color (decimal): -346356 or 833530. OLE color: 833530.

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

Color convert

RGB 250 183 12 -
CMYK 0 0.27 0.95 0.02
HSL 43.11º 0.96% 0.51% -
HSV(B) 43.11º 0.95% 0.98% -
XYZ 56.42 54.22 7.84 -
YUV 183.54 31.2 175.4 -
System Red Green Blue C M Y K H S L
Decimal 250 183 12 0 0.27 0.95 0.02 43.11 0.96 0.51
Hex FA B7 C 0 1B 5F 2 2B 60 33
Octal 372 267 14 0 33 137 2 53 140 63
Binary 11111010 10110111 1100 0 11011 1011111 10 101011 1100000 110011

Color Harmonies of #FAB70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB70C

Black with #FAB70C

Text Example


Text Example

White with #FAB70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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