Html Css Color HEX #F1982C Yellow Sea

📋 copy color: '#F1982C'

red 241 ◦ green 152 ◦ blue 44

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

Shades of Yellow Sea #F1982C

Tints of Yellow Sea #F1982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.07%

R = 55.15%
G = 34.78%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1982C (or 0xF1982C) is known color: Yellow Sea. HEX triplet: F1, 98 and 2C. RGB value is (241,152,44). Sum of RGB (Red+Green+Blue) = 241+152+44=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1982C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1982C is #0E67D3. Grayscale: #A6A6A6. Windows color (decimal): -944084 or 2922737. OLE color: 2922737.

HSL color Cylindrical-coordinate representation of color #F1982C: hue angle of 32.89º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1982C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 152 44 -
CMYK 0 0.37 0.82 0.05
HSL 32.89º 0.88% 0.56% -
HSV(B) 32.89º 0.82% 0.95% -
XYZ 47.96 41.34 7.83 -
YUV 166.3 58.99 181.28 -
System Red Green Blue C M Y K H S L
Decimal 241 152 44 0 0.37 0.82 0.05 32.89 0.88 0.56
Hex F1 98 2C 0 25 52 5 21 58 38
Octal 361 230 54 0 45 122 5 41 130 70
Binary 11110001 10011000 101100 0 100101 1010010 101 100001 1011000 111000

Color Harmonies of #F1982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1982C

Black with #F1982C

Text Example


Text Example

White with #F1982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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