Html Css Color HEX #F38518 Carrot Orange

📋 copy color: '#F38518'

red 243 ◦ green 133 ◦ blue 24

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

Shades of Carrot Orange #F38518

Tints of Carrot Orange #F38518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 24 (9.77% from 255) = 6%

R = 60.75%
G = 33.25%
B = 6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F38518 (or 0xF38518) is known color: Carrot Orange. HEX triplet: F3, 85 and 18. RGB value is (243,133,24). Sum of RGB (Red+Green+Blue) = 243+133+24=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F38518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38518 is #0C7AE7. Grayscale: #9A9A9A. Windows color (decimal): -817896 or 1607155. OLE color: 1607155.

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

Color convert

RGB 243 133 24 -
CMYK 0 0.45 0.90 0.05
HSL 29.86º 0.9% 0.52% -
HSV(B) 29.86º 0.9% 0.95% -
XYZ 45.51 35.9 5.39 -
YUV 153.46 54.94 191.86 -
System Red Green Blue C M Y K H S L
Decimal 243 133 24 0 0.45 0.90 0.05 29.86 0.9 0.52
Hex F3 85 18 0 2D 5A 5 1E 5A 34
Octal 363 205 30 0 55 132 5 36 132 64
Binary 11110011 10000101 11000 0 101101 1011010 101 11110 1011010 110100

Color Harmonies of #F38518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38518

Black with #F38518

Text Example


Text Example

White with #F38518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38518; }

 p { color: rgb(243,133,24); }

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

background-color css

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

 a { background-color: rgb(243,133,24); }

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

border-color css

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

 span { border-color: rgb(243,133,24); }

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