Html Css Color HEX #F19421 Carrot Orange

📋 copy color: '#F19421'

red 241 ◦ green 148 ◦ blue 33

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

Shades of Carrot Orange #F19421

Tints of Carrot Orange #F19421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.82%

R = 57.11%
G = 35.07%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F19421 (or 0xF19421) is known color: Carrot Orange. HEX triplet: F1, 94 and 21. RGB value is (241,148,33). Sum of RGB (Red+Green+Blue) = 241+148+33=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F19421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19421 is #0E6BDE. Grayscale: #A3A3A3. Windows color (decimal): -945119 or 2200817. OLE color: 2200817.

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

Color convert

RGB 241 148 33 -
CMYK 0 0.39 0.86 0.05
HSL 33.17º 0.88% 0.54% -
HSV(B) 33.17º 0.86% 0.95% -
XYZ 47.14 39.99 6.67 -
YUV 162.7 54.81 183.85 -
System Red Green Blue C M Y K H S L
Decimal 241 148 33 0 0.39 0.86 0.05 33.17 0.88 0.54
Hex F1 94 21 0 27 56 5 21 58 36
Octal 361 224 41 0 47 126 5 41 130 66
Binary 11110001 10010100 100001 0 100111 1010110 101 100001 1011000 110110

Color Harmonies of #F19421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19421

Black with #F19421

Text Example


Text Example

White with #F19421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19421; }

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

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

background-color css

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

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

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

border-color css

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

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

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