Html Css Color HEX #FD9220 Carrot Orange

📋 copy color: '#FD9220'

red 253 ◦ green 146 ◦ blue 32

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

Shades of Carrot Orange #FD9220

Tints of Carrot Orange #FD9220

RGB

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

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

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

R = 58.7%
G = 33.87%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD9220 (or 0xFD9220) is known color: Carrot Orange. HEX triplet: FD, 92 and 20. RGB value is (253,146,32). Sum of RGB (Red+Green+Blue) = 253+146+32=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9220 is #026DDF. Grayscale: #A5A5A5. Windows color (decimal): -159200 or 2134781. OLE color: 2134781.

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

Color convert

RGB 253 146 32 -
CMYK 0 0.42 0.87 0.01
HSL 30.95º 0.98% 0.56% -
HSV(B) 30.95º 0.87% 0.99% -
XYZ 51.05 41.54 6.69 -
YUV 165 52.95 190.77 -
System Red Green Blue C M Y K H S L
Decimal 253 146 32 0 0.42 0.87 0.01 30.95 0.98 0.56
Hex FD 92 20 0 2A 57 1 1F 62 38
Octal 375 222 40 0 52 127 1 37 142 70
Binary 11111101 10010010 100000 0 101010 1010111 1 11111 1100010 111000

Color Harmonies of #FD9220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9220

Black with #FD9220

Text Example


Text Example

White with #FD9220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9220; }

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

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

background-color css

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

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

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

border-color css

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

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

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