Html Css Color HEX #F18828 Carrot Orange

📋 copy color: '#F18828'

red 241 ◦ green 136 ◦ blue 40

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

Shades of Carrot Orange #F18828

Tints of Carrot Orange #F18828

RGB

 RED value IS 241 (94.53% from 255) = 57.79%

 GREEN value IS 136 (53.52% from 255) = 32.61%

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

R = 57.79%
G = 32.61%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F18828 (or 0xF18828) is known color: Carrot Orange. HEX triplet: F1, 88 and 28. RGB value is (241,136,40). Sum of RGB (Red+Green+Blue) = 241+136+40=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F18828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18828 is #0E77D7. Grayscale: #9C9C9C. Windows color (decimal): -948184 or 2656497. OLE color: 2656497.

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

Color convert

RGB 241 136 40 -
CMYK 0 0.44 0.83 0.05
HSL 28.66º 0.88% 0.55% -
HSV(B) 28.66º 0.83% 0.95% -
XYZ 45.46 36.46 6.65 -
YUV 156.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 241 136 40 0 0.44 0.83 0.05 28.66 0.88 0.55
Hex F1 88 28 0 2C 53 5 1D 58 37
Octal 361 210 50 0 54 123 5 35 130 67
Binary 11110001 10001000 101000 0 101100 1010011 101 11101 1011000 110111

Color Harmonies of #F18828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18828

Black with #F18828

Text Example


Text Example

White with #F18828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18828; }

 p { color: rgb(241,136,40); }

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

background-color css

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

 a { background-color: rgb(241,136,40); }

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

border-color css

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

 span { border-color: rgb(241,136,40); }

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