Html Css Color HEX #F2871D Carrot Orange

📋 copy color: '#F2871D'

red 242 ◦ green 135 ◦ blue 29

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

Shades of Carrot Orange #F2871D

Tints of Carrot Orange #F2871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.25%

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

R = 59.61%
G = 33.25%
B = 7.14%

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

#F2871D (or 0xF2871D) is known color: Carrot Orange. HEX triplet: F2, 87 and 1D. RGB value is (242,135,29). Sum of RGB (Red+Green+Blue) = 242+135+29=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2871D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2871D is #0D78E2. Grayscale: #9B9B9B. Windows color (decimal): -882915 or 1935346. OLE color: 1935346.

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

Color convert

RGB 242 135 29 -
CMYK 0 0.44 0.88 0.05
HSL 29.86º 0.89% 0.53% -
HSV(B) 29.86º 0.88% 0.95% -
XYZ 45.5 36.29 5.77 -
YUV 154.91 56.95 190.12 -
System Red Green Blue C M Y K H S L
Decimal 242 135 29 0 0.44 0.88 0.05 29.86 0.89 0.53
Hex F2 87 1D 0 2C 58 5 1E 59 35
Octal 362 207 35 0 54 130 5 36 131 65
Binary 11110010 10000111 11101 0 101100 1011000 101 11110 1011001 110101

Color Harmonies of #F2871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2871D

Black with #F2871D

Text Example


Text Example

White with #F2871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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