Html Css Color HEX #FDAA0B Dark Tangerine

📋 copy color: '#FDAA0B'

red 253 ◦ green 170 ◦ blue 11

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

Shades of Dark Tangerine #FDAA0B

Tints of Dark Tangerine #FDAA0B

RGB

 RED value IS 253 (99.22% from 255) = 58.29%

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 58.29%
G = 39.17%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDAA0B (or 0xFDAA0B) is known color: Dark Tangerine. HEX triplet: FD, AA and 0B. RGB value is (253,170,11). Sum of RGB (Red+Green+Blue) = 253+170+11=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAA0B is #0255F4. Grayscale: #B1B1B1. Windows color (decimal): -153077 or 764669. OLE color: 764669.

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

Color convert

RGB 253 170 11 -
CMYK 0 0.33 0.96 0.01
HSL 39.42º 0.98% 0.52% -
HSV(B) 39.42º 0.96% 0.99% -
XYZ 54.94 49.66 7.01 -
YUV 176.69 34.5 182.43 -
System Red Green Blue C M Y K H S L
Decimal 253 170 11 0 0.33 0.96 0.01 39.42 0.98 0.52
Hex FD AA B 0 21 60 1 27 62 34
Octal 375 252 13 0 41 140 1 47 142 64
Binary 11111101 10101010 1011 0 100001 1100000 1 100111 1100010 110100

Color Harmonies of #FDAA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA0B

Black with #FDAA0B

Text Example


Text Example

White with #FDAA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA0B; }

 p { color: rgb(253,170,11); }

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

background-color css

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

 a { background-color: rgb(253,170,11); }

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

border-color css

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

 span { border-color: rgb(253,170,11); }

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