Html Css Color HEX #F18D30 Sun

📋 copy color: '#F18D30'

red 241 ◦ green 141 ◦ blue 48

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

Shades of Sun #F18D30

Tints of Sun #F18D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

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

R = 56.05%
G = 32.79%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F18D30 (or 0xF18D30) is known color: Sun. HEX triplet: F1, 8D and 30. RGB value is (241,141,48). Sum of RGB (Red+Green+Blue) = 241+141+48=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D30 is #0E72CF. Grayscale: #A0A0A0. Windows color (decimal): -946896 or 3182065. OLE color: 3182065.

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

Color convert

RGB 241 141 48 -
CMYK 0 0.41 0.80 0.05
HSL 28.91º 0.87% 0.57% -
HSV(B) 28.91º 0.8% 0.95% -
XYZ 46.33 37.96 7.68 -
YUV 160.3 64.63 185.56 -
System Red Green Blue C M Y K H S L
Decimal 241 141 48 0 0.41 0.80 0.05 28.91 0.87 0.57
Hex F1 8D 30 0 29 50 5 1D 57 39
Octal 361 215 60 0 51 120 5 35 127 71
Binary 11110001 10001101 110000 0 101001 1010000 101 11101 1010111 111001

Color Harmonies of #F18D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D30

Black with #F18D30

Text Example


Text Example

White with #F18D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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