Html Css Color HEX #FAAF0A Dark Tangerine

📋 copy color: '#FAAF0A'

red 250 ◦ green 175 ◦ blue 10

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

Shades of Dark Tangerine #FAAF0A

Tints of Dark Tangerine #FAAF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 57.47%
G = 40.23%
B = 2.3%

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

#FAAF0A (or 0xFAAF0A) is known color: Dark Tangerine. HEX triplet: FA, AF and 0A. RGB value is (250,175,10). Sum of RGB (Red+Green+Blue) = 250+175+10=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF0A is #0550F5. Grayscale: #B3B3B3. Windows color (decimal): -348406 or 700410. OLE color: 700410.

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

Color convert

RGB 250 175 10 -
CMYK 0 0.3 0.96 0.02
HSL 41.25º 0.96% 0.51% -
HSV(B) 41.25º 0.96% 0.98% -
XYZ 54.81 51.01 7.24 -
YUV 178.62 32.85 178.92 -
System Red Green Blue C M Y K H S L
Decimal 250 175 10 0 0.3 0.96 0.02 41.25 0.96 0.51
Hex FA AF A 0 1E 60 2 29 60 33
Octal 372 257 12 0 36 140 2 51 140 63
Binary 11111010 10101111 1010 0 11110 1100000 10 101001 1100000 110011

Color Harmonies of #FAAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF0A

Black with #FAAF0A

Text Example


Text Example

White with #FAAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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