Html Css Color HEX #F38C15 Carrot Orange

📋 copy color: '#F38C15'

red 243 ◦ green 140 ◦ blue 21

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

Shades of Carrot Orange #F38C15

Tints of Carrot Orange #F38C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 60.15%
G = 34.65%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F38C15 (or 0xF38C15) is known color: Carrot Orange. HEX triplet: F3, 8C and 15. RGB value is (243,140,21). Sum of RGB (Red+Green+Blue) = 243+140+21=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38C15 is #0C73EA. Grayscale: #9D9D9D. Windows color (decimal): -816107 or 1412339. OLE color: 1412339.

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

Color convert

RGB 243 140 21 -
CMYK 0 0.42 0.91 0.05
HSL 32.16º 0.9% 0.52% -
HSV(B) 32.16º 0.91% 0.95% -
XYZ 46.48 37.87 5.57 -
YUV 157.23 51.12 189.18 -
System Red Green Blue C M Y K H S L
Decimal 243 140 21 0 0.42 0.91 0.05 32.16 0.9 0.52
Hex F3 8C 15 0 2A 5B 5 20 5A 34
Octal 363 214 25 0 52 133 5 40 132 64
Binary 11110011 10001100 10101 0 101010 1011011 101 100000 1011010 110100

Color Harmonies of #F38C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C15

Black with #F38C15

Text Example


Text Example

White with #F38C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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