Html Css Color HEX #F28C28 Carrot Orange

📋 copy color: '#F28C28'

red 242 ◦ green 140 ◦ blue 40

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

Shades of Carrot Orange #F28C28

Tints of Carrot Orange #F28C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 40 (16.02% from 255) = 9.48%

R = 57.35%
G = 33.18%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F28C28 (or 0xF28C28) is known color: Carrot Orange. HEX triplet: F2, 8C and 28. RGB value is (242,140,40). Sum of RGB (Red+Green+Blue) = 242+140+40=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C28 is #0D73D7. Grayscale: #9F9F9F. Windows color (decimal): -881624 or 2657522. OLE color: 2657522.

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

Color convert

RGB 242 140 40 -
CMYK 0 0.42 0.83 0.05
HSL 29.7º 0.89% 0.55% -
HSV(B) 29.7º 0.83% 0.95% -
XYZ 46.38 37.79 6.86 -
YUV 159.1 60.79 187.13 -
System Red Green Blue C M Y K H S L
Decimal 242 140 40 0 0.42 0.83 0.05 29.7 0.89 0.55
Hex F2 8C 28 0 2A 53 5 1E 59 37
Octal 362 214 50 0 52 123 5 36 131 67
Binary 11110010 10001100 101000 0 101010 1010011 101 11110 1011001 110111

Color Harmonies of #F28C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C28

Black with #F28C28

Text Example


Text Example

White with #F28C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C28; }

 p { color: rgb(242,140,40); }

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

background-color css

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

 a { background-color: rgb(242,140,40); }

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

border-color css

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

 span { border-color: rgb(242,140,40); }

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