Html Css Color HEX #F18229 Sun

📋 copy color: '#F18229'

red 241 ◦ green 130 ◦ blue 41

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

Shades of Sun #F18229

Tints of Sun #F18229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.95%

R = 58.5%
G = 31.55%
B = 9.95%

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

#F18229 (or 0xF18229) is known color: Sun. HEX triplet: F1, 82 and 29. RGB value is (241,130,41). Sum of RGB (Red+Green+Blue) = 241+130+41=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F18229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18229 is #0E7DD6. Grayscale: #999999. Windows color (decimal): -949719 or 2720497. OLE color: 2720497.

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

Color convert

RGB 241 130 41 -
CMYK 0 0.46 0.83 0.05
HSL 26.7º 0.88% 0.55% -
HSV(B) 26.7º 0.83% 0.95% -
XYZ 44.66 34.83 6.47 -
YUV 153.04 64.77 190.74 -
System Red Green Blue C M Y K H S L
Decimal 241 130 41 0 0.46 0.83 0.05 26.7 0.88 0.55
Hex F1 82 29 0 2E 53 5 1B 58 37
Octal 361 202 51 0 56 123 5 33 130 67
Binary 11110001 10000010 101001 0 101110 1010011 101 11011 1011000 110111

Color Harmonies of #F18229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18229

Black with #F18229

Text Example


Text Example

White with #F18229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18229; }

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

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

background-color css

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

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

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

border-color css

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

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

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