Html Css Color HEX #F2861E Carrot Orange

📋 copy color: '#F2861E'

red 242 ◦ green 134 ◦ blue 30

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

Shades of Carrot Orange #F2861E

Tints of Carrot Orange #F2861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

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

R = 59.61%
G = 33%
B = 7.39%

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

#F2861E (or 0xF2861E) is known color: Carrot Orange. HEX triplet: F2, 86 and 1E. RGB value is (242,134,30). Sum of RGB (Red+Green+Blue) = 242+134+30=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2861E is #0D79E1. Grayscale: #9A9A9A. Windows color (decimal): -883170 or 2000626. OLE color: 2000626.

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

Color convert

RGB 242 134 30 -
CMYK 0 0.45 0.88 0.05
HSL 29.43º 0.89% 0.53% -
HSV(B) 29.43º 0.88% 0.95% -
XYZ 45.38 36.02 5.79 -
YUV 154.44 57.78 190.46 -
System Red Green Blue C M Y K H S L
Decimal 242 134 30 0 0.45 0.88 0.05 29.43 0.89 0.53
Hex F2 86 1E 0 2D 58 5 1D 59 35
Octal 362 206 36 0 55 130 5 35 131 65
Binary 11110010 10000110 11110 0 101101 1011000 101 11101 1011001 110101

Color Harmonies of #F2861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2861E

Black with #F2861E

Text Example


Text Example

White with #F2861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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