Html Css Color HEX #F28E27 Carrot Orange

📋 copy color: '#F28E27'

red 242 ◦ green 142 ◦ blue 39

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

Shades of Carrot Orange #F28E27

Tints of Carrot Orange #F28E27

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 57.21%
G = 33.57%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F28E27 (or 0xF28E27) is known color: Carrot Orange. HEX triplet: F2, 8E and 27. RGB value is (242,142,39). Sum of RGB (Red+Green+Blue) = 242+142+39=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E27 is #0D71D8. Grayscale: #A0A0A0. Windows color (decimal): -881113 or 2592498. OLE color: 2592498.

HSL color Cylindrical-coordinate representation of color #F28E27: hue angle of 30.44º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F28E27 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 142 39 -
CMYK 0 0.41 0.84 0.05
HSL 30.44º 0.89% 0.55% -
HSV(B) 30.44º 0.84% 0.95% -
XYZ 46.66 38.37 6.87 -
YUV 160.16 59.63 186.38 -
System Red Green Blue C M Y K H S L
Decimal 242 142 39 0 0.41 0.84 0.05 30.44 0.89 0.55
Hex F2 8E 27 0 29 54 5 1E 59 37
Octal 362 216 47 0 51 124 5 36 131 67
Binary 11110010 10001110 100111 0 101001 1010100 101 11110 1011001 110111

Color Harmonies of #F28E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E27

Black with #F28E27

Text Example


Text Example

White with #F28E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E27; }

 p { color: rgb(242,142,39); }

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

background-color css

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

 a { background-color: rgb(242,142,39); }

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

border-color css

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

 span { border-color: rgb(242,142,39); }

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