Html Css Color HEX #F2861C Carrot Orange

📋 copy color: '#F2861C'

red 242 ◦ green 134 ◦ blue 28

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

Shades of Carrot Orange #F2861C

Tints of Carrot Orange #F2861C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.93%

R = 59.9%
G = 33.17%
B = 6.93%

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

#F2861C (or 0xF2861C) is known color: Carrot Orange. HEX triplet: F2, 86 and 1C. RGB value is (242,134,28). Sum of RGB (Red+Green+Blue) = 242+134+28=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2861C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2861C is #0D79E3. Grayscale: #9A9A9A. Windows color (decimal): -883172 or 1869554. OLE color: 1869554.

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

Color convert

RGB 242 134 28 -
CMYK 0 0.45 0.88 0.05
HSL 29.72º 0.89% 0.53% -
HSV(B) 29.72º 0.88% 0.95% -
XYZ 45.35 36.01 5.66 -
YUV 154.21 56.78 190.62 -
System Red Green Blue C M Y K H S L
Decimal 242 134 28 0 0.45 0.88 0.05 29.72 0.89 0.53
Hex F2 86 1C 0 2D 58 5 1E 59 35
Octal 362 206 34 0 55 130 5 36 131 65
Binary 11110010 10000110 11100 0 101101 1011000 101 11110 1011001 110101

Color Harmonies of #F2861C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2861C

Black with #F2861C

Text Example


Text Example

White with #F2861C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2861C; }

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

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

background-color css

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

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

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

border-color css

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

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

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