Html Css Color HEX #F19A2A Yellow Sea

📋 copy color: '#F19A2A'

red 241 ◦ green 154 ◦ blue 42

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

Shades of Yellow Sea #F19A2A

Tints of Yellow Sea #F19A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.24%

 BLUE value IS 42 (16.8% from 255) = 9.61%

R = 55.15%
G = 35.24%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F19A2A (or 0xF19A2A) is known color: Yellow Sea. HEX triplet: F1, 9A and 2A. RGB value is (241,154,42). Sum of RGB (Red+Green+Blue) = 241+154+42=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19A2A is #0E65D5. Grayscale: #A7A7A7. Windows color (decimal): -943574 or 2792177. OLE color: 2792177.

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

Color convert

RGB 241 154 42 -
CMYK 0 0.36 0.83 0.05
HSL 33.77º 0.88% 0.55% -
HSV(B) 33.77º 0.83% 0.95% -
XYZ 48.25 41.98 7.75 -
YUV 167.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 241 154 42 0 0.36 0.83 0.05 33.77 0.88 0.55
Hex F1 9A 2A 0 24 53 5 22 58 37
Octal 361 232 52 0 44 123 5 42 130 67
Binary 11110001 10011010 101010 0 100100 1010011 101 100010 1011000 110111

Color Harmonies of #F19A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A2A

Black with #F19A2A

Text Example


Text Example

White with #F19A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A2A; }

 p { color: rgb(241,154,42); }

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

background-color css

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

 a { background-color: rgb(241,154,42); }

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

border-color css

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

 span { border-color: rgb(241,154,42); }

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