Html Css Color HEX #F28C2A Carrot Orange

📋 copy color: '#F28C2A'

red 242 ◦ green 140 ◦ blue 42

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

Shades of Carrot Orange #F28C2A

Tints of Carrot Orange #F28C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 57.08%
G = 33.02%
B = 9.91%

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

#F28C2A (or 0xF28C2A) is known color: Carrot Orange. HEX triplet: F2, 8C and 2A. RGB value is (242,140,42). Sum of RGB (Red+Green+Blue) = 242+140+42=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C2A is #0D73D5. Grayscale: #9F9F9F. Windows color (decimal): -881622 or 2788594. OLE color: 2788594.

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

Color convert

RGB 242 140 42 -
CMYK 0 0.42 0.83 0.05
HSL 29.4º 0.88% 0.56% -
HSV(B) 29.4º 0.83% 0.95% -
XYZ 46.41 37.8 7.04 -
YUV 159.33 61.79 186.97 -
System Red Green Blue C M Y K H S L
Decimal 242 140 42 0 0.42 0.83 0.05 29.4 0.88 0.56
Hex F2 8C 2A 0 2A 53 5 1D 58 38
Octal 362 214 52 0 52 123 5 35 130 70
Binary 11110010 10001100 101010 0 101010 1010011 101 11101 1011000 111000

Color Harmonies of #F28C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C2A

Black with #F28C2A

Text Example


Text Example

White with #F28C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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