Html Css Color HEX #FF9520 Carrot Orange

📋 copy color: '#FF9520'

red 255 ◦ green 149 ◦ blue 32

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

Shades of Carrot Orange #FF9520

Tints of Carrot Orange #FF9520

RGB

 RED value IS 255 (100% from 255) = 58.49%

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

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

R = 58.49%
G = 34.17%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF9520 (or 0xFF9520) is known color: Carrot Orange. HEX triplet: FF, 95 and 20. RGB value is (255,149,32). Sum of RGB (Red+Green+Blue) = 255+149+32=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9520 is #006ADF. Grayscale: #A7A7A7. Windows color (decimal): -27360 or 2135551. OLE color: 2135551.

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

Color convert

RGB 255 149 32 -
CMYK 0 0.42 0.87 0
HSL 31.48º 1% 0.56% -
HSV(B) 31.48º 0.87% 1% -
XYZ 52.25 42.86 6.89 -
YUV 167.36 51.62 190.51 -
System Red Green Blue C M Y K H S L
Decimal 255 149 32 0 0.42 0.87 0 31.48 1 0.56
Hex FF 95 20 0 2A 57 0 1F 64 38
Octal 377 225 40 0 52 127 0 37 144 70
Binary 11111111 10010101 100000 0 101010 1010111 0 11111 1100100 111000

Color Harmonies of #FF9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9520

Black with #FF9520

Text Example


Text Example

White with #FF9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9520; }

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

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

background-color css

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

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

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

border-color css

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

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

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