Html Css Color HEX #F29F3A Yellow Sea

📋 copy color: '#F29F3A'

red 242 ◦ green 159 ◦ blue 58

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

Shades of Yellow Sea #F29F3A

Tints of Yellow Sea #F29F3A

RGB

 RED value IS 242 (94.92% from 255) = 52.72%

 GREEN value IS 159 (62.5% from 255) = 34.64%

 BLUE value IS 58 (23.05% from 255) = 12.64%

R = 52.72%
G = 34.64%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F29F3A (or 0xF29F3A) is known color: Yellow Sea. HEX triplet: F2, 9F and 3A. RGB value is (242,159,58). Sum of RGB (Red+Green+Blue) = 242+159+58=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29F3A is #0D60C5. Grayscale: #ACACAC. Windows color (decimal): -876742 or 3842034. OLE color: 3842034.

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

Color convert

RGB 242 159 58 -
CMYK 0 0.34 0.76 0.05
HSL 32.93º 0.88% 0.59% -
HSV(B) 32.93º 0.76% 0.95% -
XYZ 49.78 43.98 9.87 -
YUV 172.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 242 159 58 0 0.34 0.76 0.05 32.93 0.88 0.59
Hex F2 9F 3A 0 22 4C 5 21 58 3B
Octal 362 237 72 0 42 114 5 41 130 73
Binary 11110010 10011111 111010 0 100010 1001100 101 100001 1011000 111011

Color Harmonies of #F29F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F3A

Black with #F29F3A

Text Example


Text Example

White with #F29F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F3A; }

 p { color: rgb(242,159,58); }

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

background-color css

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

 a { background-color: rgb(242,159,58); }

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

border-color css

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

 span { border-color: rgb(242,159,58); }

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