Html Css Color HEX #F2841E Carrot Orange

📋 copy color: '#F2841E'

red 242 ◦ green 132 ◦ blue 30

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

Shades of Carrot Orange #F2841E

Tints of Carrot Orange #F2841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 59.9%
G = 32.67%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2841E (or 0xF2841E) is known color: Carrot Orange. HEX triplet: F2, 84 and 1E. RGB value is (242,132,30). Sum of RGB (Red+Green+Blue) = 242+132+30=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2841E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2841E is #0D7BE1. Grayscale: #999999. Windows color (decimal): -883682 or 2000114. OLE color: 2000114.

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

Color convert

RGB 242 132 30 -
CMYK 0 0.45 0.88 0.05
HSL 28.87º 0.89% 0.53% -
HSV(B) 28.87º 0.88% 0.95% -
XYZ 45.1 35.47 5.7 -
YUV 153.26 58.44 191.29 -
System Red Green Blue C M Y K H S L
Decimal 242 132 30 0 0.45 0.88 0.05 28.87 0.89 0.53
Hex F2 84 1E 0 2D 58 5 1D 59 35
Octal 362 204 36 0 55 130 5 35 131 65
Binary 11110010 10000100 11110 0 101101 1011000 101 11101 1011001 110101

Color Harmonies of #F2841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2841E

Black with #F2841E

Text Example


Text Example

White with #F2841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2841E; }

 p { color: rgb(242,132,30); }

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

background-color css

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

 a { background-color: rgb(242,132,30); }

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

border-color css

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

 span { border-color: rgb(242,132,30); }

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