Html Css Color HEX #F29228 Carrot Orange

📋 copy color: '#F29228'

red 242 ◦ green 146 ◦ blue 40

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

Shades of Carrot Orange #F29228

Tints of Carrot Orange #F29228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.35%

R = 56.54%
G = 34.11%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F29228 (or 0xF29228) is known color: Carrot Orange. HEX triplet: F2, 92 and 28. RGB value is (242,146,40). Sum of RGB (Red+Green+Blue) = 242+146+40=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F29228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29228 is #0D6DD7. Grayscale: #A3A3A3. Windows color (decimal): -880088 or 2659058. OLE color: 2659058.

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

Color convert

RGB 242 146 40 -
CMYK 0 0.40 0.83 0.05
HSL 31.49º 0.89% 0.55% -
HSV(B) 31.49º 0.83% 0.95% -
XYZ 47.28 39.59 7.16 -
YUV 162.62 58.8 184.62 -
System Red Green Blue C M Y K H S L
Decimal 242 146 40 0 0.40 0.83 0.05 31.49 0.89 0.55
Hex F2 92 28 0 28 53 5 1F 59 37
Octal 362 222 50 0 50 123 5 37 131 67
Binary 11110010 10010010 101000 0 101000 1010011 101 11111 1011001 110111

Color Harmonies of #F29228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29228

Black with #F29228

Text Example


Text Example

White with #F29228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29228; }

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

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

background-color css

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

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

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

border-color css

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

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

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