Html Css Color HEX #FDB11A Dark Tangerine

📋 copy color: '#FDB11A'

red 253 ◦ green 177 ◦ blue 26

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

Shades of Dark Tangerine #FDB11A

Tints of Dark Tangerine #FDB11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.7%

R = 55.48%
G = 38.82%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDB11A (or 0xFDB11A) is known color: Dark Tangerine. HEX triplet: FD, B1 and 1A. RGB value is (253,177,26). Sum of RGB (Red+Green+Blue) = 253+177+26=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB11A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB11A is #024EE5. Grayscale: #B7B7B7. Windows color (decimal): -151270 or 1749501. OLE color: 1749501.

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

Color convert

RGB 253 177 26 -
CMYK 0 0.30 0.90 0.01
HSL 39.91º 0.98% 0.55% -
HSV(B) 39.91º 0.9% 0.99% -
XYZ 56.42 52.4 8.12 -
YUV 182.51 39.68 178.28 -
System Red Green Blue C M Y K H S L
Decimal 253 177 26 0 0.30 0.90 0.01 39.91 0.98 0.55
Hex FD B1 1A 0 1E 5A 1 28 62 37
Octal 375 261 32 0 36 132 1 50 142 67
Binary 11111101 10110001 11010 0 11110 1011010 1 101000 1100010 110111

Color Harmonies of #FDB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB11A

Black with #FDB11A

Text Example


Text Example

White with #FDB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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