Html Css Color HEX #F2882A Carrot Orange

📋 copy color: '#F2882A'

red 242 ◦ green 136 ◦ blue 42

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

Shades of Carrot Orange #F2882A

Tints of Carrot Orange #F2882A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

 BLUE value IS 42 (16.8% from 255) = 10%

R = 57.62%
G = 32.38%
B = 10%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2882A (or 0xF2882A) is known color: Carrot Orange. HEX triplet: F2, 88 and 2A. RGB value is (242,136,42). Sum of RGB (Red+Green+Blue) = 242+136+42=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2882A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2882A is #0D77D5. Grayscale: #9D9D9D. Windows color (decimal): -882646 or 2787570. OLE color: 2787570.

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

Color convert

RGB 242 136 42 -
CMYK 0 0.44 0.83 0.05
HSL 28.2º 0.88% 0.56% -
HSV(B) 28.2º 0.83% 0.95% -
XYZ 45.84 36.65 6.85 -
YUV 156.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 242 136 42 0 0.44 0.83 0.05 28.2 0.88 0.56
Hex F2 88 2A 0 2C 53 5 1C 58 38
Octal 362 210 52 0 54 123 5 34 130 70
Binary 11110010 10001000 101010 0 101100 1010011 101 11100 1011000 111000

Color Harmonies of #F2882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2882A

Black with #F2882A

Text Example


Text Example

White with #F2882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2882A; }

 p { color: rgb(242,136,42); }

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

background-color css

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

 a { background-color: rgb(242,136,42); }

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

border-color css

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

 span { border-color: rgb(242,136,42); }

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