Html Css Color HEX #F18228 Carrot Orange

📋 copy color: '#F18228'

red 241 ◦ green 130 ◦ blue 40

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

Shades of Carrot Orange #F18228

Tints of Carrot Orange #F18228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

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

R = 58.64%
G = 31.63%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F18228 (or 0xF18228) is known color: Carrot Orange. HEX triplet: F1, 82 and 28. RGB value is (241,130,40). Sum of RGB (Red+Green+Blue) = 241+130+40=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F18228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18228 is #0E7DD7. Grayscale: #999999. Windows color (decimal): -949720 or 2654961. OLE color: 2654961.

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

Color convert

RGB 241 130 40 -
CMYK 0 0.46 0.83 0.05
HSL 26.87º 0.88% 0.55% -
HSV(B) 26.87º 0.83% 0.95% -
XYZ 44.64 34.82 6.38 -
YUV 152.93 64.27 190.82 -
System Red Green Blue C M Y K H S L
Decimal 241 130 40 0 0.46 0.83 0.05 26.87 0.88 0.55
Hex F1 82 28 0 2E 53 5 1B 58 37
Octal 361 202 50 0 56 123 5 33 130 67
Binary 11110001 10000010 101000 0 101110 1010011 101 11011 1011000 110111

Color Harmonies of #F18228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18228

Black with #F18228

Text Example


Text Example

White with #F18228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18228; }

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

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

background-color css

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

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

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

border-color css

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

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

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