Html Css Color HEX #F1963E Sun

📋 copy color: '#F1963E'

red 241 ◦ green 150 ◦ blue 62

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

Shades of Sun #F1963E

Tints of Sun #F1963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.11%

 BLUE value IS 62 (24.61% from 255) = 13.69%

R = 53.2%
G = 33.11%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1963E (or 0xF1963E) is known color: Sun. HEX triplet: F1, 96 and 3E. RGB value is (241,150,62). Sum of RGB (Red+Green+Blue) = 241+150+62=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1963E is #0E69C1. Grayscale: #A7A7A7. Windows color (decimal): -944578 or 4101873. OLE color: 4101873.

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

Color convert

RGB 241 150 62 -
CMYK 0 0.38 0.74 0.05
HSL 29.5º 0.86% 0.59% -
HSV(B) 29.5º 0.74% 0.95% -
XYZ 48.05 40.86 9.91 -
YUV 167.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 241 150 62 0 0.38 0.74 0.05 29.5 0.86 0.59
Hex F1 96 3E 0 26 4A 5 1D 56 3B
Octal 361 226 76 0 46 112 5 35 126 73
Binary 11110001 10010110 111110 0 100110 1001010 101 11101 1010110 111011

Color Harmonies of #F1963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1963E

Black with #F1963E

Text Example


Text Example

White with #F1963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1963E; }

 p { color: rgb(241,150,62); }

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

background-color css

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

 a { background-color: rgb(241,150,62); }

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

border-color css

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

 span { border-color: rgb(241,150,62); }

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