Html Css Color HEX #FD9520 Carrot Orange

📋 copy color: '#FD9520'

red 253 ◦ green 149 ◦ blue 32

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

Shades of Carrot Orange #FD9520

Tints of Carrot Orange #FD9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 58.29%
G = 34.33%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD9520 (or 0xFD9520) is known color: Carrot Orange. HEX triplet: FD, 95 and 20. RGB value is (253,149,32). Sum of RGB (Red+Green+Blue) = 253+149+32=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9520 is #026ADF. Grayscale: #A7A7A7. Windows color (decimal): -158432 or 2135549. OLE color: 2135549.

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

Color convert

RGB 253 149 32 -
CMYK 0 0.41 0.87 0.01
HSL 31.76º 0.98% 0.56% -
HSV(B) 31.76º 0.87% 0.99% -
XYZ 51.52 42.48 6.85 -
YUV 166.76 51.96 189.51 -
System Red Green Blue C M Y K H S L
Decimal 253 149 32 0 0.41 0.87 0.01 31.76 0.98 0.56
Hex FD 95 20 0 29 57 1 20 62 38
Octal 375 225 40 0 51 127 1 40 142 70
Binary 11111101 10010101 100000 0 101001 1010111 1 100000 1100010 111000

Color Harmonies of #FD9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9520

Black with #FD9520

Text Example


Text Example

White with #FD9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9520; }

 p { color: rgb(253,149,32); }

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

background-color css

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

 a { background-color: rgb(253,149,32); }

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

border-color css

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

 span { border-color: rgb(253,149,32); }

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