Html Css Color HEX #FAB70E Selective Yellow

📋 copy color: '#FAB70E'

red 250 ◦ green 183 ◦ blue 14

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

Shades of Selective Yellow #FAB70E

Tints of Selective Yellow #FAB70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 55.93%
G = 40.94%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAB70E (or 0xFAB70E) is known color: Selective Yellow. HEX triplet: FA, B7 and 0E. RGB value is (250,183,14). Sum of RGB (Red+Green+Blue) = 250+183+14=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB70E is #0548F1. Grayscale: #B8B8B8. Windows color (decimal): -346354 or 964602. OLE color: 964602.

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

Color convert

RGB 250 183 14 -
CMYK 0 0.27 0.94 0.02
HSL 42.97º 0.96% 0.52% -
HSV(B) 42.97º 0.94% 0.98% -
XYZ 56.44 54.22 7.91 -
YUV 183.77 32.2 175.24 -
System Red Green Blue C M Y K H S L
Decimal 250 183 14 0 0.27 0.94 0.02 42.97 0.96 0.52
Hex FA B7 E 0 1B 5E 2 2B 60 34
Octal 372 267 16 0 33 136 2 53 140 64
Binary 11111010 10110111 1110 0 11011 1011110 10 101011 1100000 110100

Color Harmonies of #FAB70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB70E

Black with #FAB70E

Text Example


Text Example

White with #FAB70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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