Html Css Color HEX #F28C1C Carrot Orange

📋 copy color: '#F28C1C'

red 242 ◦ green 140 ◦ blue 28

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

Shades of Carrot Orange #F28C1C

Tints of Carrot Orange #F28C1C

RGB

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

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

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

R = 59.02%
G = 34.15%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F28C1C (or 0xF28C1C) is known color: Carrot Orange. HEX triplet: F2, 8C and 1C. RGB value is (242,140,28). Sum of RGB (Red+Green+Blue) = 242+140+28=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C1C is #0D73E3. Grayscale: #9E9E9E. Windows color (decimal): -881636 or 1871090. OLE color: 1871090.

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

Color convert

RGB 242 140 28 -
CMYK 0 0.42 0.88 0.05
HSL 31.4º 0.89% 0.53% -
HSV(B) 31.4º 0.88% 0.95% -
XYZ 46.21 37.72 5.94 -
YUV 157.73 54.79 188.11 -
System Red Green Blue C M Y K H S L
Decimal 242 140 28 0 0.42 0.88 0.05 31.4 0.89 0.53
Hex F2 8C 1C 0 2A 58 5 1F 59 35
Octal 362 214 34 0 52 130 5 37 131 65
Binary 11110010 10001100 11100 0 101010 1011000 101 11111 1011001 110101

Color Harmonies of #F28C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C1C

Black with #F28C1C

Text Example


Text Example

White with #F28C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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