Html Css Color HEX #FAAF0B Dark Tangerine

📋 copy color: '#FAAF0B'

red 250 ◦ green 175 ◦ blue 11

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

Shades of Dark Tangerine #FAAF0B

Tints of Dark Tangerine #FAAF0B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 57.34%
G = 40.14%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAAF0B (or 0xFAAF0B) is known color: Dark Tangerine. HEX triplet: FA, AF and 0B. RGB value is (250,175,11). Sum of RGB (Red+Green+Blue) = 250+175+11=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF0B is #0550F4. Grayscale: #B3B3B3. Windows color (decimal): -348405 or 765946. OLE color: 765946.

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

Color convert

RGB 250 175 11 -
CMYK 0 0.3 0.96 0.02
HSL 41.17º 0.96% 0.51% -
HSV(B) 41.17º 0.96% 0.98% -
XYZ 54.81 51.01 7.27 -
YUV 178.73 33.35 178.84 -
System Red Green Blue C M Y K H S L
Decimal 250 175 11 0 0.3 0.96 0.02 41.17 0.96 0.51
Hex FA AF B 0 1E 60 2 29 60 33
Octal 372 257 13 0 36 140 2 51 140 63
Binary 11111010 10101111 1011 0 11110 1100000 10 101001 1100000 110011

Color Harmonies of #FAAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF0B

Black with #FAAF0B

Text Example


Text Example

White with #FAAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF0B; }

 p { color: rgb(250,175,11); }

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

background-color css

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

 a { background-color: rgb(250,175,11); }

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

border-color css

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

 span { border-color: rgb(250,175,11); }

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