Html Css Color HEX #F38C20 Carrot Orange

📋 copy color: '#F38C20'

red 243 ◦ green 140 ◦ blue 32

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

Shades of Carrot Orange #F38C20

Tints of Carrot Orange #F38C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

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

R = 58.55%
G = 33.73%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F38C20 (or 0xF38C20) is known color: Carrot Orange. HEX triplet: F3, 8C and 20. RGB value is (243,140,32). Sum of RGB (Red+Green+Blue) = 243+140+32=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C20 is #0C73DF. Grayscale: #9F9F9F. Windows color (decimal): -816096 or 2133235. OLE color: 2133235.

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

Color convert

RGB 243 140 32 -
CMYK 0 0.42 0.87 0.05
HSL 30.71º 0.9% 0.54% -
HSV(B) 30.71º 0.87% 0.95% -
XYZ 46.6 37.92 6.23 -
YUV 158.49 56.62 188.28 -
System Red Green Blue C M Y K H S L
Decimal 243 140 32 0 0.42 0.87 0.05 30.71 0.9 0.54
Hex F3 8C 20 0 2A 57 5 1F 5A 36
Octal 363 214 40 0 52 127 5 37 132 66
Binary 11110011 10001100 100000 0 101010 1010111 101 11111 1011010 110110

Color Harmonies of #F38C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C20

Black with #F38C20

Text Example


Text Example

White with #F38C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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