Html Css Color HEX #FDA81F Dark Tangerine

📋 copy color: '#FDA81F'

red 253 ◦ green 168 ◦ blue 31

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

Shades of Dark Tangerine #FDA81F

Tints of Dark Tangerine #FDA81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

 BLUE value IS 31 (12.5% from 255) = 6.86%

R = 55.97%
G = 37.17%
B = 6.86%

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

#FDA81F (or 0xFDA81F) is known color: Dark Tangerine. HEX triplet: FD, A8 and 1F. RGB value is (253,168,31). Sum of RGB (Red+Green+Blue) = 253+168+31=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA81F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA81F is #0257E0. Grayscale: #B2B2B2. Windows color (decimal): -153569 or 2074877. OLE color: 2074877.

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

Color convert

RGB 253 168 31 -
CMYK 0 0.34 0.88 0.01
HSL 37.03º 0.98% 0.56% -
HSV(B) 37.03º 0.88% 0.99% -
XYZ 54.76 48.99 7.87 -
YUV 177.8 45.16 181.64 -
System Red Green Blue C M Y K H S L
Decimal 253 168 31 0 0.34 0.88 0.01 37.03 0.98 0.56
Hex FD A8 1F 0 22 58 1 25 62 38
Octal 375 250 37 0 42 130 1 45 142 70
Binary 11111101 10101000 11111 0 100010 1011000 1 100101 1100010 111000

Color Harmonies of #FDA81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA81F

Black with #FDA81F

Text Example


Text Example

White with #FDA81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA81F; }

 p { color: rgb(253,168,31); }

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

background-color css

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

 a { background-color: rgb(253,168,31); }

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

border-color css

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

 span { border-color: rgb(253,168,31); }

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