Html Css Color HEX #FD9C20 Carrot Orange

📋 copy color: '#FD9C20'

red 253 ◦ green 156 ◦ blue 32

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

Shades of Carrot Orange #FD9C20

Tints of Carrot Orange #FD9C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

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

R = 57.37%
G = 35.37%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD9C20 (or 0xFD9C20) is known color: Carrot Orange. HEX triplet: FD, 9C and 20. RGB value is (253,156,32). Sum of RGB (Red+Green+Blue) = 253+156+32=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9C20 is #0263DF. Grayscale: #ABABAB. Windows color (decimal): -156640 or 2137341. OLE color: 2137341.

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

Color convert

RGB 253 156 32 -
CMYK 0 0.38 0.87 0.01
HSL 33.67º 0.98% 0.56% -
HSV(B) 33.67º 0.87% 0.99% -
XYZ 52.66 44.76 7.23 -
YUV 170.87 49.64 186.58 -
System Red Green Blue C M Y K H S L
Decimal 253 156 32 0 0.38 0.87 0.01 33.67 0.98 0.56
Hex FD 9C 20 0 26 57 1 22 62 38
Octal 375 234 40 0 46 127 1 42 142 70
Binary 11111101 10011100 100000 0 100110 1010111 1 100010 1100010 111000

Color Harmonies of #FD9C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9C20

Black with #FD9C20

Text Example


Text Example

White with #FD9C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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