Html Css Color HEX #F18915 Carrot Orange

📋 copy color: '#F18915'

red 241 ◦ green 137 ◦ blue 21

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

Shades of Carrot Orange #F18915

Tints of Carrot Orange #F18915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

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

R = 60.4%
G = 34.34%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18915 (or 0xF18915) is known color: Carrot Orange. HEX triplet: F1, 89 and 15. RGB value is (241,137,21). Sum of RGB (Red+Green+Blue) = 241+137+21=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F18915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18915 is #0E76EA. Grayscale: #9B9B9B. Windows color (decimal): -947947 or 1411569. OLE color: 1411569.

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

Color convert

RGB 241 137 21 -
CMYK 0 0.43 0.91 0.05
HSL 31.64º 0.89% 0.51% -
HSV(B) 31.64º 0.91% 0.95% -
XYZ 45.36 36.65 5.39 -
YUV 154.87 52.46 189.43 -
System Red Green Blue C M Y K H S L
Decimal 241 137 21 0 0.43 0.91 0.05 31.64 0.89 0.51
Hex F1 89 15 0 2B 5B 5 20 59 33
Octal 361 211 25 0 53 133 5 40 131 63
Binary 11110001 10001001 10101 0 101011 1011011 101 100000 1011001 110011

Color Harmonies of #F18915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18915

Black with #F18915

Text Example


Text Example

White with #F18915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18915; }

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

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

background-color css

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

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

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

border-color css

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

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

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