Html Css Color HEX #F19416 Carrot Orange

📋 copy color: '#F19416'

red 241 ◦ green 148 ◦ blue 22

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

Shades of Carrot Orange #F19416

Tints of Carrot Orange #F19416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 22 (8.98% from 255) = 5.35%

R = 58.64%
G = 36.01%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F19416 (or 0xF19416) is known color: Carrot Orange. HEX triplet: F1, 94 and 16. RGB value is (241,148,22). Sum of RGB (Red+Green+Blue) = 241+148+22=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F19416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19416 is #0E6BE9. Grayscale: #A2A2A2. Windows color (decimal): -945130 or 1479921. OLE color: 1479921.

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

Color convert

RGB 241 148 22 -
CMYK 0 0.39 0.91 0.05
HSL 34.52º 0.89% 0.52% -
HSV(B) 34.52º 0.91% 0.95% -
XYZ 47.01 39.94 5.99 -
YUV 161.44 49.31 184.75 -
System Red Green Blue C M Y K H S L
Decimal 241 148 22 0 0.39 0.91 0.05 34.52 0.89 0.52
Hex F1 94 16 0 27 5B 5 23 59 34
Octal 361 224 26 0 47 133 5 43 131 64
Binary 11110001 10010100 10110 0 100111 1011011 101 100011 1011001 110100

Color Harmonies of #F19416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19416

Black with #F19416

Text Example


Text Example

White with #F19416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19416; }

 p { color: rgb(241,148,22); }

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

background-color css

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

 a { background-color: rgb(241,148,22); }

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

border-color css

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

 span { border-color: rgb(241,148,22); }

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