Html Css Color HEX #FAAF0F Dark Tangerine

📋 copy color: '#FAAF0F'

red 250 ◦ green 175 ◦ blue 15

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

Shades of Dark Tangerine #FAAF0F

Tints of Dark Tangerine #FAAF0F

RGB

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

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

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

R = 56.82%
G = 39.77%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAAF0F (or 0xFAAF0F) is known color: Dark Tangerine. HEX triplet: FA, AF and 0F. RGB value is (250,175,15). Sum of RGB (Red+Green+Blue) = 250+175+15=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF0F is #0550F0. Grayscale: #B3B3B3. Windows color (decimal): -348401 or 1028090. OLE color: 1028090.

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

Color convert

RGB 250 175 15 -
CMYK 0 0.3 0.94 0.02
HSL 40.85º 0.96% 0.52% -
HSV(B) 40.85º 0.94% 0.98% -
XYZ 54.84 51.02 7.41 -
YUV 179.19 35.35 178.51 -
System Red Green Blue C M Y K H S L
Decimal 250 175 15 0 0.3 0.94 0.02 40.85 0.96 0.52
Hex FA AF F 0 1E 5E 2 29 60 34
Octal 372 257 17 0 36 136 2 51 140 64
Binary 11111010 10101111 1111 0 11110 1011110 10 101001 1100000 110100

Color Harmonies of #FAAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF0F

Black with #FAAF0F

Text Example


Text Example

White with #FAAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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