Html Css Color HEX #F28322 Carrot Orange

📋 copy color: '#F28322'

red 242 ◦ green 131 ◦ blue 34

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

Shades of Carrot Orange #F28322

Tints of Carrot Orange #F28322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

 BLUE value IS 34 (13.67% from 255) = 8.35%

R = 59.46%
G = 32.19%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F28322 (or 0xF28322) is known color: Carrot Orange. HEX triplet: F2, 83 and 22. RGB value is (242,131,34). Sum of RGB (Red+Green+Blue) = 242+131+34=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F28322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28322 is #0D7CDD. Grayscale: #999999. Windows color (decimal): -883934 or 2262002. OLE color: 2262002.

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

Color convert

RGB 242 131 34 -
CMYK 0 0.46 0.86 0.05
HSL 27.98º 0.89% 0.54% -
HSV(B) 27.98º 0.86% 0.95% -
XYZ 45.02 35.23 5.94 -
YUV 153.13 60.77 191.39 -
System Red Green Blue C M Y K H S L
Decimal 242 131 34 0 0.46 0.86 0.05 27.98 0.89 0.54
Hex F2 83 22 0 2E 56 5 1C 59 36
Octal 362 203 42 0 56 126 5 34 131 66
Binary 11110010 10000011 100010 0 101110 1010110 101 11100 1011001 110110

Color Harmonies of #F28322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28322

Black with #F28322

Text Example


Text Example

White with #F28322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28322; }

 p { color: rgb(242,131,34); }

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

background-color css

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

 a { background-color: rgb(242,131,34); }

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

border-color css

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

 span { border-color: rgb(242,131,34); }

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