Html Css Color HEX #F1982D Yellow Sea

📋 copy color: '#F1982D'

red 241 ◦ green 152 ◦ blue 45

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

Shades of Yellow Sea #F1982D

Tints of Yellow Sea #F1982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.7%

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

R = 55.02%
G = 34.7%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1982D (or 0xF1982D) is known color: Yellow Sea. HEX triplet: F1, 98 and 2D. RGB value is (241,152,45). Sum of RGB (Red+Green+Blue) = 241+152+45=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1982D is #0E67D2. Grayscale: #A6A6A6. Windows color (decimal): -944083 or 2988273. OLE color: 2988273.

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

Color convert

RGB 241 152 45 -
CMYK 0 0.37 0.81 0.05
HSL 32.76º 0.88% 0.56% -
HSV(B) 32.76º 0.81% 0.95% -
XYZ 47.98 41.35 7.93 -
YUV 166.41 59.49 181.2 -
System Red Green Blue C M Y K H S L
Decimal 241 152 45 0 0.37 0.81 0.05 32.76 0.88 0.56
Hex F1 98 2D 0 25 51 5 21 58 38
Octal 361 230 55 0 45 121 5 41 130 70
Binary 11110001 10011000 101101 0 100101 1010001 101 100001 1011000 111000

Color Harmonies of #F1982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1982D

Black with #F1982D

Text Example


Text Example

White with #F1982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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