Html Css Color HEX #FAB70F Selective Yellow

📋 copy color: '#FAB70F'

red 250 ◦ green 183 ◦ blue 15

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

Shades of Selective Yellow #FAB70F

Tints of Selective Yellow #FAB70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.35%

R = 55.8%
G = 40.85%
B = 3.35%

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

#FAB70F (or 0xFAB70F) is known color: Selective Yellow. HEX triplet: FA, B7 and 0F. RGB value is (250,183,15). Sum of RGB (Red+Green+Blue) = 250+183+15=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB70F is #0548F0. Grayscale: #B8B8B8. Windows color (decimal): -346353 or 1030138. OLE color: 1030138.

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

Color convert

RGB 250 183 15 -
CMYK 0 0.27 0.94 0.02
HSL 42.89º 0.96% 0.52% -
HSV(B) 42.89º 0.94% 0.98% -
XYZ 56.44 54.23 7.94 -
YUV 183.88 32.7 175.16 -
System Red Green Blue C M Y K H S L
Decimal 250 183 15 0 0.27 0.94 0.02 42.89 0.96 0.52
Hex FA B7 F 0 1B 5E 2 2B 60 34
Octal 372 267 17 0 33 136 2 53 140 64
Binary 11111010 10110111 1111 0 11011 1011110 10 101011 1100000 110100

Color Harmonies of #FAB70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB70F

Black with #FAB70F

Text Example


Text Example

White with #FAB70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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