Html Css Color HEX #FDAB1F Dark Tangerine

📋 copy color: '#FDAB1F'

red 253 ◦ green 171 ◦ blue 31

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

Shades of Dark Tangerine #FDAB1F

Tints of Dark Tangerine #FDAB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

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

R = 55.6%
G = 37.58%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDAB1F (or 0xFDAB1F) is known color: Dark Tangerine. HEX triplet: FD, AB and 1F. RGB value is (253,171,31). Sum of RGB (Red+Green+Blue) = 253+171+31=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 31 (12.5% from 255 or 6.81% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB1F is #0254E0. Grayscale: #B4B4B4. Windows color (decimal): -152801 or 2075645. OLE color: 2075645.

HSL color Cylindrical-coordinate representation of color #FDAB1F: hue angle of 37.84º 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 #FDAB1F is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 31 -
CMYK 0 0.32 0.88 0.01
HSL 37.84º 0.98% 0.56% -
HSV(B) 37.84º 0.88% 0.99% -
XYZ 55.32 50.11 8.05 -
YUV 179.56 44.17 180.38 -
System Red Green Blue C M Y K H S L
Decimal 253 171 31 0 0.32 0.88 0.01 37.84 0.98 0.56
Hex FD AB 1F 0 20 58 1 26 62 38
Octal 375 253 37 0 40 130 1 46 142 70
Binary 11111101 10101011 11111 0 100000 1011000 1 100110 1100010 111000

Color Harmonies of #FDAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB1F

Black with #FDAB1F

Text Example


Text Example

White with #FDAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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