Html Css Color HEX #F2881E Carrot Orange

📋 copy color: '#F2881E'

red 242 ◦ green 136 ◦ blue 30

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

Shades of Carrot Orange #F2881E

Tints of Carrot Orange #F2881E

RGB

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

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

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

R = 59.31%
G = 33.33%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2881E (or 0xF2881E) is known color: Carrot Orange. HEX triplet: F2, 88 and 1E. RGB value is (242,136,30). Sum of RGB (Red+Green+Blue) = 242+136+30=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2881E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2881E is #0D77E1. Grayscale: #9C9C9C. Windows color (decimal): -882658 or 2001138. OLE color: 2001138.

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

Color convert

RGB 242 136 30 -
CMYK 0 0.44 0.88 0.05
HSL 30º 0.89% 0.53% -
HSV(B) 30º 0.88% 0.95% -
XYZ 45.66 36.58 5.88 -
YUV 155.61 57.12 189.62 -
System Red Green Blue C M Y K H S L
Decimal 242 136 30 0 0.44 0.88 0.05 30 0.89 0.53
Hex F2 88 1E 0 2C 58 5 1E 59 35
Octal 362 210 36 0 54 130 5 36 131 65
Binary 11110010 10001000 11110 0 101100 1011000 101 11110 1011001 110101

Color Harmonies of #F2881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2881E

Black with #F2881E

Text Example


Text Example

White with #F2881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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