Html Css Color HEX #F2861D Carrot Orange

📋 copy color: '#F2861D'

red 242 ◦ green 134 ◦ blue 29

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

Shades of Carrot Orange #F2861D

Tints of Carrot Orange #F2861D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 59.75%
G = 33.09%
B = 7.16%

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

#F2861D (or 0xF2861D) is known color: Carrot Orange. HEX triplet: F2, 86 and 1D. RGB value is (242,134,29). Sum of RGB (Red+Green+Blue) = 242+134+29=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2861D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2861D is #0D79E2. Grayscale: #9A9A9A. Windows color (decimal): -883171 or 1935090. OLE color: 1935090.

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

Color convert

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

Color Harmonies of #F2861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2861D

Black with #F2861D

Text Example


Text Example

White with #F2861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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