Html Css Color HEX #F29D3C Yellow Sea

📋 copy color: '#F29D3C'

red 242 ◦ green 157 ◦ blue 60

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

Shades of Yellow Sea #F29D3C

Tints of Yellow Sea #F29D3C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.2%

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

R = 52.72%
G = 34.2%
B = 13.07%

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

#F29D3C (or 0xF29D3C) is known color: Yellow Sea. HEX triplet: F2, 9D and 3C. RGB value is (242,157,60). Sum of RGB (Red+Green+Blue) = 242+157+60=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D3C is #0D62C3. Grayscale: #ABABAB. Windows color (decimal): -877252 or 3972594. OLE color: 3972594.

HSL color Cylindrical-coordinate representation of color #F29D3C: hue angle of 31.98º 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 #F29D3C is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 157 60 -
CMYK 0 0.35 0.75 0.05
HSL 31.98º 0.88% 0.59% -
HSV(B) 31.98º 0.75% 0.95% -
XYZ 49.49 43.32 10.03 -
YUV 171.36 65.16 178.39 -
System Red Green Blue C M Y K H S L
Decimal 242 157 60 0 0.35 0.75 0.05 31.98 0.88 0.59
Hex F2 9D 3C 0 23 4B 5 20 58 3B
Octal 362 235 74 0 43 113 5 40 130 73
Binary 11110010 10011101 111100 0 100011 1001011 101 100000 1011000 111011

Color Harmonies of #F29D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D3C

Black with #F29D3C

Text Example


Text Example

White with #F29D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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