Html Css Color HEX #F2831E Carrot Orange

📋 copy color: '#F2831E'

red 242 ◦ green 131 ◦ blue 30

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

Shades of Carrot Orange #F2831E

Tints of Carrot Orange #F2831E

RGB

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

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

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

R = 60.05%
G = 32.51%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2831E (or 0xF2831E) is known color: Carrot Orange. HEX triplet: F2, 83 and 1E. RGB value is (242,131,30). Sum of RGB (Red+Green+Blue) = 242+131+30=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2831E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2831E is #0D7CE1. Grayscale: #999999. Windows color (decimal): -883938 or 1999858. OLE color: 1999858.

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

Color convert

RGB 242 131 30 -
CMYK 0 0.46 0.88 0.05
HSL 28.58º 0.89% 0.53% -
HSV(B) 28.58º 0.88% 0.95% -
XYZ 44.97 35.2 5.65 -
YUV 152.68 58.77 191.71 -
System Red Green Blue C M Y K H S L
Decimal 242 131 30 0 0.46 0.88 0.05 28.58 0.89 0.53
Hex F2 83 1E 0 2E 58 5 1D 59 35
Octal 362 203 36 0 56 130 5 35 131 65
Binary 11110010 10000011 11110 0 101110 1011000 101 11101 1011001 110101

Color Harmonies of #F2831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2831E

Black with #F2831E

Text Example


Text Example

White with #F2831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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