Html Css Color HEX #F1952F Yellow Sea

📋 copy color: '#F1952F'

red 241 ◦ green 149 ◦ blue 47

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

Shades of Yellow Sea #F1952F

Tints of Yellow Sea #F1952F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

 BLUE value IS 47 (18.75% from 255) = 10.76%

R = 55.15%
G = 34.1%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1952F (or 0xF1952F) is known color: Yellow Sea. HEX triplet: F1, 95 and 2F. RGB value is (241,149,47). Sum of RGB (Red+Green+Blue) = 241+149+47=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1952F is #0E6AD0. Grayscale: #A5A5A5. Windows color (decimal): -944849 or 3118577. OLE color: 3118577.

HSL color Cylindrical-coordinate representation of color #F1952F: hue angle of 31.55º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1952F is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 149 47 -
CMYK 0 0.38 0.80 0.05
HSL 31.55º 0.87% 0.56% -
HSV(B) 31.55º 0.8% 0.95% -
XYZ 47.54 40.4 7.98 -
YUV 164.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 241 149 47 0 0.38 0.80 0.05 31.55 0.87 0.56
Hex F1 95 2F 0 26 50 5 20 57 38
Octal 361 225 57 0 46 120 5 40 127 70
Binary 11110001 10010101 101111 0 100110 1010000 101 100000 1010111 111000

Color Harmonies of #F1952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1952F

Black with #F1952F

Text Example


Text Example

White with #F1952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1952F; }

 p { color: rgb(241,149,47); }

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

background-color css

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

 a { background-color: rgb(241,149,47); }

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

border-color css

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

 span { border-color: rgb(241,149,47); }

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