Html Css Color HEX #F38315 Carrot Orange

📋 copy color: '#F38315'

red 243 ◦ green 131 ◦ blue 21

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

Shades of Carrot Orange #F38315

Tints of Carrot Orange #F38315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

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

R = 61.52%
G = 33.16%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F38315 (or 0xF38315) is known color: Carrot Orange. HEX triplet: F3, 83 and 15. RGB value is (243,131,21). Sum of RGB (Red+Green+Blue) = 243+131+21=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F38315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38315 is #0C7CEA. Grayscale: #989898. Windows color (decimal): -818411 or 1410035. OLE color: 1410035.

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

Color convert

RGB 243 131 21 -
CMYK 0 0.46 0.91 0.05
HSL 29.73º 0.9% 0.52% -
HSV(B) 29.73º 0.91% 0.95% -
XYZ 45.21 35.34 5.15 -
YUV 151.95 54.11 192.94 -
System Red Green Blue C M Y K H S L
Decimal 243 131 21 0 0.46 0.91 0.05 29.73 0.9 0.52
Hex F3 83 15 0 2E 5B 5 1E 5A 34
Octal 363 203 25 0 56 133 5 36 132 64
Binary 11110011 10000011 10101 0 101110 1011011 101 11110 1011010 110100

Color Harmonies of #F38315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38315

Black with #F38315

Text Example


Text Example

White with #F38315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38315; }

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

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

background-color css

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

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

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

border-color css

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

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

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