Html Css Color HEX #F19A2F Yellow Sea

📋 copy color: '#F19A2F'

red 241 ◦ green 154 ◦ blue 47

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

Shades of Yellow Sea #F19A2F

Tints of Yellow Sea #F19A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.63%

R = 54.52%
G = 34.84%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F19A2F (or 0xF19A2F) is known color: Yellow Sea. HEX triplet: F1, 9A and 2F. RGB value is (241,154,47). Sum of RGB (Red+Green+Blue) = 241+154+47=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19A2F is #0E65D0. Grayscale: #A8A8A8. Windows color (decimal): -943569 or 3119857. OLE color: 3119857.

HSL color Cylindrical-coordinate representation of color #F19A2F: hue angle of 33.09º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F19A2F is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 154 47 -
CMYK 0 0.36 0.80 0.05
HSL 33.09º 0.87% 0.56% -
HSV(B) 33.09º 0.8% 0.95% -
XYZ 48.34 42.02 8.25 -
YUV 167.82 59.82 180.2 -
System Red Green Blue C M Y K H S L
Decimal 241 154 47 0 0.36 0.80 0.05 33.09 0.87 0.56
Hex F1 9A 2F 0 24 50 5 21 57 38
Octal 361 232 57 0 44 120 5 41 127 70
Binary 11110001 10011010 101111 0 100100 1010000 101 100001 1010111 111000

Color Harmonies of #F19A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A2F

Black with #F19A2F

Text Example


Text Example

White with #F19A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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