Html Css Color HEX #F38A20 Carrot Orange

📋 copy color: '#F38A20'

red 243 ◦ green 138 ◦ blue 32

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

Shades of Carrot Orange #F38A20

Tints of Carrot Orange #F38A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

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

R = 58.84%
G = 33.41%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F38A20 (or 0xF38A20) is known color: Carrot Orange. HEX triplet: F3, 8A and 20. RGB value is (243,138,32). Sum of RGB (Red+Green+Blue) = 243+138+32=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38A20 is #0C75DF. Grayscale: #9D9D9D. Windows color (decimal): -816608 or 2132723. OLE color: 2132723.

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

Color convert

RGB 243 138 32 -
CMYK 0 0.43 0.87 0.05
HSL 30.14º 0.9% 0.54% -
HSV(B) 30.14º 0.87% 0.95% -
XYZ 46.31 37.34 6.13 -
YUV 157.31 57.29 189.12 -
System Red Green Blue C M Y K H S L
Decimal 243 138 32 0 0.43 0.87 0.05 30.14 0.9 0.54
Hex F3 8A 20 0 2B 57 5 1E 5A 36
Octal 363 212 40 0 53 127 5 36 132 66
Binary 11110011 10001010 100000 0 101011 1010111 101 11110 1011010 110110

Color Harmonies of #F38A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38A20

Black with #F38A20

Text Example


Text Example

White with #F38A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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