Html Css Color HEX #F18330 Sun

📋 copy color: '#F18330'

red 241 ◦ green 131 ◦ blue 48

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

Shades of Sun #F18330

Tints of Sun #F18330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.19%

 BLUE value IS 48 (19.14% from 255) = 11.43%

R = 57.38%
G = 31.19%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F18330 (or 0xF18330) is known color: Sun. HEX triplet: F1, 83 and 30. RGB value is (241,131,48). Sum of RGB (Red+Green+Blue) = 241+131+48=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F18330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18330 is #0E7CCF. Grayscale: #9A9A9A. Windows color (decimal): -949456 or 3179505. OLE color: 3179505.

HSL color Cylindrical-coordinate representation of color #F18330: hue angle of 25.8º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F18330 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 48 -
CMYK 0 0.46 0.80 0.05
HSL 25.8º 0.87% 0.57% -
HSV(B) 25.8º 0.8% 0.95% -
XYZ 44.93 35.15 7.21 -
YUV 154.43 67.94 189.75 -
System Red Green Blue C M Y K H S L
Decimal 241 131 48 0 0.46 0.80 0.05 25.8 0.87 0.57
Hex F1 83 30 0 2E 50 5 1A 57 39
Octal 361 203 60 0 56 120 5 32 127 71
Binary 11110001 10000011 110000 0 101110 1010000 101 11010 1010111 111001

Color Harmonies of #F18330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18330

Black with #F18330

Text Example


Text Example

White with #F18330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18330; }

 p { color: rgb(241,131,48); }

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

background-color css

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

 a { background-color: rgb(241,131,48); }

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

border-color css

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

 span { border-color: rgb(241,131,48); }

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