Html Css Color HEX #F29E3C Yellow Sea

📋 copy color: '#F29E3C'

red 242 ◦ green 158 ◦ blue 60

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

Shades of Yellow Sea #F29E3C

Tints of Yellow Sea #F29E3C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.35%

 BLUE value IS 60 (23.83% from 255) = 13.04%

R = 52.61%
G = 34.35%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F29E3C (or 0xF29E3C) is known color: Yellow Sea. HEX triplet: F2, 9E and 3C. RGB value is (242,158,60). Sum of RGB (Red+Green+Blue) = 242+158+60=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29E3C is #0D61C3. Grayscale: #ACACAC. Windows color (decimal): -876996 or 3972850. OLE color: 3972850.

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

Color convert

RGB 242 158 60 -
CMYK 0 0.35 0.75 0.05
HSL 32.31º 0.88% 0.59% -
HSV(B) 32.31º 0.75% 0.95% -
XYZ 49.66 43.66 10.08 -
YUV 171.94 64.83 177.97 -
System Red Green Blue C M Y K H S L
Decimal 242 158 60 0 0.35 0.75 0.05 32.31 0.88 0.59
Hex F2 9E 3C 0 23 4B 5 20 58 3B
Octal 362 236 74 0 43 113 5 40 130 73
Binary 11110010 10011110 111100 0 100011 1001011 101 100000 1011000 111011

Color Harmonies of #F29E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29E3C

Black with #F29E3C

Text Example


Text Example

White with #F29E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29E3C; }

 p { color: rgb(242,158,60); }

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

background-color css

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

 a { background-color: rgb(242,158,60); }

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

border-color css

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

 span { border-color: rgb(242,158,60); }

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