Html Css Color HEX #FAAF0D Dark Tangerine

📋 copy color: '#FAAF0D'

red 250 ◦ green 175 ◦ blue 13

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

Shades of Dark Tangerine #FAAF0D

Tints of Dark Tangerine #FAAF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 57.08%
G = 39.95%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAAF0D (or 0xFAAF0D) is known color: Dark Tangerine. HEX triplet: FA, AF and 0D. RGB value is (250,175,13). Sum of RGB (Red+Green+Blue) = 250+175+13=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAF0D is #0550F2. Grayscale: #B3B3B3. Windows color (decimal): -348403 or 897018. OLE color: 897018.

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

Color convert

RGB 250 175 13 -
CMYK 0 0.3 0.95 0.02
HSL 41.01º 0.96% 0.52% -
HSV(B) 41.01º 0.95% 0.98% -
XYZ 54.83 51.01 7.34 -
YUV 178.96 34.35 178.67 -
System Red Green Blue C M Y K H S L
Decimal 250 175 13 0 0.3 0.95 0.02 41.01 0.96 0.52
Hex FA AF D 0 1E 5F 2 29 60 34
Octal 372 257 15 0 36 137 2 51 140 64
Binary 11111010 10101111 1101 0 11110 1011111 10 101001 1100000 110100

Color Harmonies of #FAAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF0D

Black with #FAAF0D

Text Example


Text Example

White with #FAAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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