Html Css Color HEX #F18A30 Sun

📋 copy color: '#F18A30'

red 241 ◦ green 138 ◦ blue 48

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

Shades of Sun #F18A30

Tints of Sun #F18A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

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

R = 56.44%
G = 32.32%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F18A30 (or 0xF18A30) is known color: Sun. HEX triplet: F1, 8A and 30. RGB value is (241,138,48). Sum of RGB (Red+Green+Blue) = 241+138+48=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A30 is #0E75CF. Grayscale: #9F9F9F. Windows color (decimal): -947664 or 3181297. OLE color: 3181297.

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

Color convert

RGB 241 138 48 -
CMYK 0 0.43 0.80 0.05
HSL 27.98º 0.87% 0.57% -
HSV(B) 27.98º 0.8% 0.95% -
XYZ 45.9 37.09 7.54 -
YUV 158.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 241 138 48 0 0.43 0.80 0.05 27.98 0.87 0.57
Hex F1 8A 30 0 2B 50 5 1C 57 39
Octal 361 212 60 0 53 120 5 34 127 71
Binary 11110001 10001010 110000 0 101011 1010000 101 11100 1010111 111001

Color Harmonies of #F18A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18A30

Black with #F18A30

Text Example


Text Example

White with #F18A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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