Html Css Color HEX #FDB11F Dark Tangerine

📋 copy color: '#FDB11F'

red 253 ◦ green 177 ◦ blue 31

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

Shades of Dark Tangerine #FDB11F

Tints of Dark Tangerine #FDB11F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.39%

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

R = 54.88%
G = 38.39%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDB11F (or 0xFDB11F) is known color: Dark Tangerine. HEX triplet: FD, B1 and 1F. RGB value is (253,177,31). Sum of RGB (Red+Green+Blue) = 253+177+31=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB11F is #024EE0. Grayscale: #B7B7B7. Windows color (decimal): -151265 or 2077181. OLE color: 2077181.

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

Color convert

RGB 253 177 31 -
CMYK 0 0.30 0.88 0.01
HSL 39.46º 0.98% 0.56% -
HSV(B) 39.46º 0.88% 0.99% -
XYZ 56.48 52.43 8.44 -
YUV 183.08 42.18 177.87 -
System Red Green Blue C M Y K H S L
Decimal 253 177 31 0 0.30 0.88 0.01 39.46 0.98 0.56
Hex FD B1 1F 0 1E 58 1 27 62 38
Octal 375 261 37 0 36 130 1 47 142 70
Binary 11111101 10110001 11111 0 11110 1011000 1 100111 1100010 111000

Color Harmonies of #FDB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB11F

Black with #FDB11F

Text Example


Text Example

White with #FDB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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