Html Css Color HEX #F1982E Yellow Sea

📋 copy color: '#F1982E'

red 241 ◦ green 152 ◦ blue 46

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

Shades of Yellow Sea #F1982E

Tints of Yellow Sea #F1982E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.48%

R = 54.9%
G = 34.62%
B = 10.48%

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

#F1982E (or 0xF1982E) is known color: Yellow Sea. HEX triplet: F1, 98 and 2E. RGB value is (241,152,46). Sum of RGB (Red+Green+Blue) = 241+152+46=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1982E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1982E is #0E67D1. Grayscale: #A7A7A7. Windows color (decimal): -944082 or 3053809. OLE color: 3053809.

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

Color convert

RGB 241 152 46 -
CMYK 0 0.37 0.81 0.05
HSL 32.62º 0.87% 0.56% -
HSV(B) 32.62º 0.81% 0.95% -
XYZ 48 41.35 8.04 -
YUV 166.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 241 152 46 0 0.37 0.81 0.05 32.62 0.87 0.56
Hex F1 98 2E 0 25 51 5 21 57 38
Octal 361 230 56 0 45 121 5 41 127 70
Binary 11110001 10011000 101110 0 100101 1010001 101 100001 1010111 111000

Color Harmonies of #F1982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1982E

Black with #F1982E

Text Example


Text Example

White with #F1982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1982E; }

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

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

background-color css

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

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

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

border-color css

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

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

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