Html Css Color HEX #F1952D Yellow Sea

📋 copy color: '#F1952D'

red 241 ◦ green 149 ◦ blue 45

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

Shades of Yellow Sea #F1952D

Tints of Yellow Sea #F1952D

RGB

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

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

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

R = 55.4%
G = 34.25%
B = 10.34%

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

#F1952D (or 0xF1952D) is known color: Yellow Sea. HEX triplet: F1, 95 and 2D. RGB value is (241,149,45). Sum of RGB (Red+Green+Blue) = 241+149+45=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1952D is #0E6AD2. Grayscale: #A5A5A5. Windows color (decimal): -944851 or 2987505. OLE color: 2987505.

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

Color convert

RGB 241 149 45 -
CMYK 0 0.38 0.81 0.05
HSL 31.84º 0.88% 0.56% -
HSV(B) 31.84º 0.81% 0.95% -
XYZ 47.5 40.39 7.77 -
YUV 164.65 60.48 182.46 -
System Red Green Blue C M Y K H S L
Decimal 241 149 45 0 0.38 0.81 0.05 31.84 0.88 0.56
Hex F1 95 2D 0 26 51 5 20 58 38
Octal 361 225 55 0 46 121 5 40 130 70
Binary 11110001 10010101 101101 0 100110 1010001 101 100000 1011000 111000

Color Harmonies of #F1952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1952D

Black with #F1952D

Text Example


Text Example

White with #F1952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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