Html Css Color HEX #F18A15 Carrot Orange

📋 copy color: '#F18A15'

red 241 ◦ green 138 ◦ blue 21

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

Shades of Carrot Orange #F18A15

Tints of Carrot Orange #F18A15

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 60.25%
G = 34.5%
B = 5.25%

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

#F18A15 (or 0xF18A15) is known color: Carrot Orange. HEX triplet: F1, 8A and 15. RGB value is (241,138,21). Sum of RGB (Red+Green+Blue) = 241+138+21=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18A15 is #0E75EA. Grayscale: #9C9C9C. Windows color (decimal): -947691 or 1411825. OLE color: 1411825.

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

Color convert

RGB 241 138 21 -
CMYK 0 0.43 0.91 0.05
HSL 31.91º 0.89% 0.51% -
HSV(B) 31.91º 0.91% 0.95% -
XYZ 45.5 36.93 5.44 -
YUV 155.46 52.12 189.01 -
System Red Green Blue C M Y K H S L
Decimal 241 138 21 0 0.43 0.91 0.05 31.91 0.89 0.51
Hex F1 8A 15 0 2B 5B 5 20 59 33
Octal 361 212 25 0 53 133 5 40 131 63
Binary 11110001 10001010 10101 0 101011 1011011 101 100000 1011001 110011

Color Harmonies of #F18A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A15

Black with #F18A15

Text Example


Text Example

White with #F18A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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