Html Css Color HEX #FF9220 Carrot Orange

📋 copy color: '#FF9220'

red 255 ◦ green 146 ◦ blue 32

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

Shades of Carrot Orange #FF9220

Tints of Carrot Orange #FF9220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.72%

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

R = 58.89%
G = 33.72%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF9220 (or 0xFF9220) is known color: Carrot Orange. HEX triplet: FF, 92 and 20. RGB value is (255,146,32). Sum of RGB (Red+Green+Blue) = 255+146+32=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9220 is #006DDF. Grayscale: #A6A6A6. Windows color (decimal): -28128 or 2134783. OLE color: 2134783.

HSL color Cylindrical-coordinate representation of color #FF9220: hue angle of 30.67º 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 #FF9220 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 146 32 -
CMYK 0 0.43 0.87 0
HSL 30.67º 1% 0.56% -
HSV(B) 30.67º 0.87% 1% -
XYZ 51.78 41.92 6.73 -
YUV 165.6 52.61 191.77 -
System Red Green Blue C M Y K H S L
Decimal 255 146 32 0 0.43 0.87 0 30.67 1 0.56
Hex FF 92 20 0 2B 57 0 1F 64 38
Octal 377 222 40 0 53 127 0 37 144 70
Binary 11111111 10010010 100000 0 101011 1010111 0 11111 1100100 111000

Color Harmonies of #FF9220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9220

Black with #FF9220

Text Example


Text Example

White with #FF9220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9220; }

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

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

background-color css

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

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

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

border-color css

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

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

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