Html Css Color HEX #F38220 Carrot Orange

📋 copy color: '#F38220'

red 243 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #F38220

Tints of Carrot Orange #F38220

RGB

 RED value IS 243 (95.31% from 255) = 60%

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 60%
G = 32.1%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F38220 (or 0xF38220) is known color: Carrot Orange. HEX triplet: F3, 82 and 20. RGB value is (243,130,32). Sum of RGB (Red+Green+Blue) = 243+130+32=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F38220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38220 is #0C7DDF. Grayscale: #999999. Windows color (decimal): -818656 or 2130675. OLE color: 2130675.

HSL color Cylindrical-coordinate representation of color #F38220: hue angle of 27.87º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F38220 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 130 32 -
CMYK 0 0.47 0.87 0.05
HSL 27.87º 0.9% 0.54% -
HSV(B) 27.87º 0.87% 0.95% -
XYZ 45.21 35.12 5.76 -
YUV 152.62 59.94 192.47 -
System Red Green Blue C M Y K H S L
Decimal 243 130 32 0 0.47 0.87 0.05 27.87 0.9 0.54
Hex F3 82 20 0 2F 57 5 1C 5A 36
Octal 363 202 40 0 57 127 5 34 132 66
Binary 11110011 10000010 100000 0 101111 1010111 101 11100 1011010 110110

Color Harmonies of #F38220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38220

Black with #F38220

Text Example


Text Example

White with #F38220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38220; }

 p { color: rgb(243,130,32); }

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

background-color css

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

 a { background-color: rgb(243,130,32); }

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

border-color css

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

 span { border-color: rgb(243,130,32); }

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