Html Css Color HEX #FDA71E Dark Tangerine

📋 copy color: '#FDA71E'

red 253 ◦ green 167 ◦ blue 30

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

Shades of Dark Tangerine #FDA71E

Tints of Dark Tangerine #FDA71E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

 BLUE value IS 30 (12.11% from 255) = 6.67%

R = 56.22%
G = 37.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDA71E (or 0xFDA71E) is known color: Dark Tangerine. HEX triplet: FD, A7 and 1E. RGB value is (253,167,30). Sum of RGB (Red+Green+Blue) = 253+167+30=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA71E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA71E is #0258E1. Grayscale: #B1B1B1. Windows color (decimal): -153826 or 2009085. OLE color: 2009085.

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

Color convert

RGB 253 167 30 -
CMYK 0 0.34 0.88 0.01
HSL 36.86º 0.98% 0.55% -
HSV(B) 36.86º 0.88% 0.99% -
XYZ 54.56 48.61 7.74 -
YUV 177.1 44.99 182.14 -
System Red Green Blue C M Y K H S L
Decimal 253 167 30 0 0.34 0.88 0.01 36.86 0.98 0.55
Hex FD A7 1E 0 22 58 1 25 62 37
Octal 375 247 36 0 42 130 1 45 142 67
Binary 11111101 10100111 11110 0 100010 1011000 1 100101 1100010 110111

Color Harmonies of #FDA71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA71E

Black with #FDA71E

Text Example


Text Example

White with #FDA71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA71E; }

 p { color: rgb(253,167,30); }

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

background-color css

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

 a { background-color: rgb(253,167,30); }

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

border-color css

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

 span { border-color: rgb(253,167,30); }

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