Html Css Color HEX #F29421 Carrot Orange

📋 copy color: '#F29421'

red 242 ◦ green 148 ◦ blue 33

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

Shades of Carrot Orange #F29421

Tints of Carrot Orange #F29421

RGB

 RED value IS 242 (94.92% from 255) = 57.21%

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

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

R = 57.21%
G = 34.99%
B = 7.8%

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

#F29421 (or 0xF29421) is known color: Carrot Orange. HEX triplet: F2, 94 and 21. RGB value is (242,148,33). Sum of RGB (Red+Green+Blue) = 242+148+33=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F29421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29421 is #0D6BDE. Grayscale: #A3A3A3. Windows color (decimal): -879583 or 2200818. OLE color: 2200818.

HSL color Cylindrical-coordinate representation of color #F29421: hue angle of 33.01º degrees, saturation: 0.89, 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 #F29421 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 148 33 -
CMYK 0 0.39 0.86 0.05
HSL 33.01º 0.89% 0.54% -
HSV(B) 33.01º 0.86% 0.95% -
XYZ 47.48 40.17 6.69 -
YUV 163 54.64 184.35 -
System Red Green Blue C M Y K H S L
Decimal 242 148 33 0 0.39 0.86 0.05 33.01 0.89 0.54
Hex F2 94 21 0 27 56 5 21 59 36
Octal 362 224 41 0 47 126 5 41 131 66
Binary 11110010 10010100 100001 0 100111 1010110 101 100001 1011001 110110

Color Harmonies of #F29421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29421

Black with #F29421

Text Example


Text Example

White with #F29421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29421; }

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

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

background-color css

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

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

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

border-color css

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

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

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