Html Css Color HEX #F18D2D Sun

📋 copy color: '#F18D2D'

red 241 ◦ green 141 ◦ blue 45

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

Shades of Sun #F18D2D

Tints of Sun #F18D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.54%

R = 56.44%
G = 33.02%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F18D2D (or 0xF18D2D) is known color: Sun. HEX triplet: F1, 8D and 2D. RGB value is (241,141,45). Sum of RGB (Red+Green+Blue) = 241+141+45=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D2D is #0E72D2. Grayscale: #A0A0A0. Windows color (decimal): -946899 or 2985457. OLE color: 2985457.

HSL color Cylindrical-coordinate representation of color #F18D2D: hue angle of 29.39º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F18D2D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 141 45 -
CMYK 0 0.41 0.81 0.05
HSL 29.39º 0.88% 0.56% -
HSV(B) 29.39º 0.81% 0.95% -
XYZ 46.27 37.94 7.37 -
YUV 159.96 63.13 185.81 -
System Red Green Blue C M Y K H S L
Decimal 241 141 45 0 0.41 0.81 0.05 29.39 0.88 0.56
Hex F1 8D 2D 0 29 51 5 1D 58 38
Octal 361 215 55 0 51 121 5 35 130 70
Binary 11110001 10001101 101101 0 101001 1010001 101 11101 1011000 111000

Color Harmonies of #F18D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D2D

Black with #F18D2D

Text Example


Text Example

White with #F18D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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