Html Css Color HEX #FD8F20 Carrot Orange

📋 copy color: '#FD8F20'

red 253 ◦ green 143 ◦ blue 32

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

Shades of Carrot Orange #FD8F20

Tints of Carrot Orange #FD8F20

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

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

R = 59.11%
G = 33.41%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD8F20 (or 0xFD8F20) is known color: Carrot Orange. HEX triplet: FD, 8F and 20. RGB value is (253,143,32). Sum of RGB (Red+Green+Blue) = 253+143+32=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8F20 is #0270DF. Grayscale: #A3A3A3. Windows color (decimal): -159968 or 2134013. OLE color: 2134013.

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

Color convert

RGB 253 143 32 -
CMYK 0 0.43 0.87 0.01
HSL 30.14º 0.98% 0.56% -
HSV(B) 30.14º 0.87% 0.99% -
XYZ 50.59 40.63 6.54 -
YUV 163.24 53.94 192.03 -
System Red Green Blue C M Y K H S L
Decimal 253 143 32 0 0.43 0.87 0.01 30.14 0.98 0.56
Hex FD 8F 20 0 2B 57 1 1E 62 38
Octal 375 217 40 0 53 127 1 36 142 70
Binary 11111101 10001111 100000 0 101011 1010111 1 11110 1100010 111000

Color Harmonies of #FD8F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F20

Black with #FD8F20

Text Example


Text Example

White with #FD8F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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