Html Css Color HEX #F29F3F Yellow Sea

📋 copy color: '#F29F3F'

red 242 ◦ green 159 ◦ blue 63

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

Shades of Yellow Sea #F29F3F

Tints of Yellow Sea #F29F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.58%

R = 52.16%
G = 34.27%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F29F3F (or 0xF29F3F) is known color: Yellow Sea. HEX triplet: F2, 9F and 3F. RGB value is (242,159,63). Sum of RGB (Red+Green+Blue) = 242+159+63=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29F3F is #0D60C0. Grayscale: #ADADAD. Windows color (decimal): -876737 or 4169714. OLE color: 4169714.

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

Color convert

RGB 242 159 63 -
CMYK 0 0.34 0.74 0.05
HSL 32.18º 0.87% 0.6% -
HSV(B) 32.18º 0.74% 0.95% -
XYZ 49.91 44.03 10.57 -
YUV 172.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 242 159 63 0 0.34 0.74 0.05 32.18 0.87 0.6
Hex F2 9F 3F 0 22 4A 5 20 57 3C
Octal 362 237 77 0 42 112 5 40 127 74
Binary 11110010 10011111 111111 0 100010 1001010 101 100000 1010111 111100

Color Harmonies of #F29F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F3F

Black with #F29F3F

Text Example


Text Example

White with #F29F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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