Html Css Color HEX #F19140 Sun

📋 copy color: '#F19140'

red 241 ◦ green 145 ◦ blue 64

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

Shades of Sun #F19140

Tints of Sun #F19140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 53.56%
G = 32.22%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F19140 (or 0xF19140) is known color: Sun. HEX triplet: F1, 91 and 40. RGB value is (241,145,64). Sum of RGB (Red+Green+Blue) = 241+145+64=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F19140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19140 is #0E6EBF. Grayscale: #A4A4A4. Windows color (decimal): -945856 or 4231665. OLE color: 4231665.

HSL color Cylindrical-coordinate representation of color #F19140: hue angle of 27.46º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F19140 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 145 64 -
CMYK 0 0.40 0.73 0.05
HSL 27.46º 0.86% 0.6% -
HSV(B) 27.46º 0.73% 0.95% -
XYZ 47.33 39.32 9.95 -
YUV 164.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 241 145 64 0 0.40 0.73 0.05 27.46 0.86 0.6
Hex F1 91 40 0 28 49 5 1B 56 3C
Octal 361 221 100 0 50 111 5 33 126 74
Binary 11110001 10010001 1000000 0 101000 1001001 101 11011 1010110 111100

Color Harmonies of #F19140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19140

Black with #F19140

Text Example


Text Example

White with #F19140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19140; }

 p { color: rgb(241,145,64); }

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

background-color css

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

 a { background-color: rgb(241,145,64); }

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

border-color css

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

 span { border-color: rgb(241,145,64); }

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