Html Css Color HEX #F28F1E Carrot Orange

📋 copy color: '#F28F1E'

red 242 ◦ green 143 ◦ blue 30

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

Shades of Carrot Orange #F28F1E

Tints of Carrot Orange #F28F1E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.46%

 BLUE value IS 30 (12.11% from 255) = 7.23%

R = 58.31%
G = 34.46%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F28F1E (or 0xF28F1E) is known color: Carrot Orange. HEX triplet: F2, 8F and 1E. RGB value is (242,143,30). Sum of RGB (Red+Green+Blue) = 242+143+30=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28F1E is #0D70E1. Grayscale: #A0A0A0. Windows color (decimal): -880866 or 2002930. OLE color: 2002930.

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

Color convert

RGB 242 143 30 -
CMYK 0 0.41 0.88 0.05
HSL 31.98º 0.89% 0.53% -
HSV(B) 31.98º 0.88% 0.95% -
XYZ 46.67 38.62 6.22 -
YUV 159.72 54.8 186.69 -
System Red Green Blue C M Y K H S L
Decimal 242 143 30 0 0.41 0.88 0.05 31.98 0.89 0.53
Hex F2 8F 1E 0 29 58 5 20 59 35
Octal 362 217 36 0 51 130 5 40 131 65
Binary 11110010 10001111 11110 0 101001 1011000 101 100000 1011001 110101

Color Harmonies of #F28F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F1E

Black with #F28F1E

Text Example


Text Example

White with #F28F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F1E; }

 p { color: rgb(242,143,30); }

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

background-color css

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

 a { background-color: rgb(242,143,30); }

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

border-color css

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

 span { border-color: rgb(242,143,30); }

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