Html Css Color HEX #F18C35 Sun

📋 copy color: '#F18C35'

red 241 ◦ green 140 ◦ blue 53

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

Shades of Sun #F18C35

Tints of Sun #F18C35

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.26%

 BLUE value IS 53 (21.09% from 255) = 12.21%

R = 55.53%
G = 32.26%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F18C35 (or 0xF18C35) is known color: Sun. HEX triplet: F1, 8C and 35. RGB value is (241,140,53). Sum of RGB (Red+Green+Blue) = 241+140+53=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C35 is #0E73CA. Grayscale: #A0A0A0. Windows color (decimal): -947147 or 3509489. OLE color: 3509489.

HSL color Cylindrical-coordinate representation of color #F18C35: hue angle of 27.77º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F18C35 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 140 53 -
CMYK 0 0.42 0.78 0.05
HSL 27.77º 0.87% 0.58% -
HSV(B) 27.77º 0.78% 0.95% -
XYZ 46.3 37.71 8.21 -
YUV 160.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 241 140 53 0 0.42 0.78 0.05 27.77 0.87 0.58
Hex F1 8C 35 0 2A 4E 5 1C 57 3A
Octal 361 214 65 0 52 116 5 34 127 72
Binary 11110001 10001100 110101 0 101010 1001110 101 11100 1010111 111010

Color Harmonies of #F18C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C35

Black with #F18C35

Text Example


Text Example

White with #F18C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C35; }

 p { color: rgb(241,140,53); }

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

background-color css

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

 a { background-color: rgb(241,140,53); }

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

border-color css

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

 span { border-color: rgb(241,140,53); }

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