Html Css Color HEX #F18515 Carrot Orange

📋 copy color: '#F18515'

red 241 ◦ green 133 ◦ blue 21

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

Shades of Carrot Orange #F18515

Tints of Carrot Orange #F18515

RGB

 RED value IS 241 (94.53% from 255) = 61.01%

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

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

R = 61.01%
G = 33.67%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18515 (or 0xF18515) is known color: Carrot Orange. HEX triplet: F1, 85 and 15. RGB value is (241,133,21). Sum of RGB (Red+Green+Blue) = 241+133+21=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F18515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18515 is #0E7AEA. Grayscale: #999999. Windows color (decimal): -948971 or 1410545. OLE color: 1410545.

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

Color convert

RGB 241 133 21 -
CMYK 0 0.45 0.91 0.05
HSL 30.55º 0.89% 0.51% -
HSV(B) 30.55º 0.91% 0.95% -
XYZ 44.8 35.53 5.21 -
YUV 152.52 53.78 191.11 -
System Red Green Blue C M Y K H S L
Decimal 241 133 21 0 0.45 0.91 0.05 30.55 0.89 0.51
Hex F1 85 15 0 2D 5B 5 1F 59 33
Octal 361 205 25 0 55 133 5 37 131 63
Binary 11110001 10000101 10101 0 101101 1011011 101 11111 1011001 110011

Color Harmonies of #F18515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18515

Black with #F18515

Text Example


Text Example

White with #F18515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18515; }

 p { color: rgb(241,133,21); }

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

background-color css

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

 a { background-color: rgb(241,133,21); }

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

border-color css

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

 span { border-color: rgb(241,133,21); }

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