Html Css Color HEX #F19015 Carrot Orange

📋 copy color: '#F19015'

red 241 ◦ green 144 ◦ blue 21

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

Shades of Carrot Orange #F19015

Tints of Carrot Orange #F19015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

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

R = 59.36%
G = 35.47%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F19015 (or 0xF19015) is known color: Carrot Orange. HEX triplet: F1, 90 and 15. RGB value is (241,144,21). Sum of RGB (Red+Green+Blue) = 241+144+21=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F19015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19015 is #0E6FEA. Grayscale: #9F9F9F. Windows color (decimal): -946155 or 1413361. OLE color: 1413361.

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

Color convert

RGB 241 144 21 -
CMYK 0 0.40 0.91 0.05
HSL 33.55º 0.89% 0.51% -
HSV(B) 33.55º 0.91% 0.95% -
XYZ 46.38 38.7 5.73 -
YUV 158.98 50.14 186.5 -
System Red Green Blue C M Y K H S L
Decimal 241 144 21 0 0.40 0.91 0.05 33.55 0.89 0.51
Hex F1 90 15 0 28 5B 5 22 59 33
Octal 361 220 25 0 50 133 5 42 131 63
Binary 11110001 10010000 10101 0 101000 1011011 101 100010 1011001 110011

Color Harmonies of #F19015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19015

Black with #F19015

Text Example


Text Example

White with #F19015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19015; }

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

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

background-color css

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

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

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

border-color css

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

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

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