Html Css Color HEX #F29223 Carrot Orange

📋 copy color: '#F29223'

red 242 ◦ green 146 ◦ blue 35

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

Shades of Carrot Orange #F29223

Tints of Carrot Orange #F29223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

 BLUE value IS 35 (14.06% from 255) = 8.27%

R = 57.21%
G = 34.52%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F29223 (or 0xF29223) is known color: Carrot Orange. HEX triplet: F2, 92 and 23. RGB value is (242,146,35). Sum of RGB (Red+Green+Blue) = 242+146+35=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F29223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29223 is #0D6DDC. Grayscale: #A2A2A2. Windows color (decimal): -880093 or 2331378. OLE color: 2331378.

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

Color convert

RGB 242 146 35 -
CMYK 0 0.40 0.86 0.05
HSL 32.17º 0.89% 0.54% -
HSV(B) 32.17º 0.86% 0.95% -
XYZ 47.2 39.56 6.74 -
YUV 162.05 56.3 185.03 -
System Red Green Blue C M Y K H S L
Decimal 242 146 35 0 0.40 0.86 0.05 32.17 0.89 0.54
Hex F2 92 23 0 28 56 5 20 59 36
Octal 362 222 43 0 50 126 5 40 131 66
Binary 11110010 10010010 100011 0 101000 1010110 101 100000 1011001 110110

Color Harmonies of #F29223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29223

Black with #F29223

Text Example


Text Example

White with #F29223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29223; }

 p { color: rgb(242,146,35); }

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

background-color css

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

 a { background-color: rgb(242,146,35); }

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

border-color css

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

 span { border-color: rgb(242,146,35); }

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