Html Css Color HEX #F1962D Yellow Sea

📋 copy color: '#F1962D'

red 241 ◦ green 150 ◦ blue 45

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

Shades of Yellow Sea #F1962D

Tints of Yellow Sea #F1962D

RGB

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

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

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

R = 55.28%
G = 34.4%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1962D (or 0xF1962D) is known color: Yellow Sea. HEX triplet: F1, 96 and 2D. RGB value is (241,150,45). Sum of RGB (Red+Green+Blue) = 241+150+45=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F1962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1962D is #0E69D2. Grayscale: #A5A5A5. Windows color (decimal): -944595 or 2987761. OLE color: 2987761.

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

Color convert

RGB 241 150 45 -
CMYK 0 0.38 0.81 0.05
HSL 32.14º 0.88% 0.56% -
HSV(B) 32.14º 0.81% 0.95% -
XYZ 47.66 40.7 7.83 -
YUV 165.24 60.15 182.04 -
System Red Green Blue C M Y K H S L
Decimal 241 150 45 0 0.38 0.81 0.05 32.14 0.88 0.56
Hex F1 96 2D 0 26 51 5 20 58 38
Octal 361 226 55 0 46 121 5 40 130 70
Binary 11110001 10010110 101101 0 100110 1010001 101 100000 1011000 111000

Color Harmonies of #F1962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1962D

Black with #F1962D

Text Example


Text Example

White with #F1962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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