Html Css Color HEX #F29D2F Yellow Sea

📋 copy color: '#F29D2F'

red 242 ◦ green 157 ◦ blue 47

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

Shades of Yellow Sea #F29D2F

Tints of Yellow Sea #F29D2F

RGB

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

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

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

R = 54.26%
G = 35.2%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F29D2F (or 0xF29D2F) is known color: Yellow Sea. HEX triplet: F2, 9D and 2F. RGB value is (242,157,47). Sum of RGB (Red+Green+Blue) = 242+157+47=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D2F is #0D62D0. Grayscale: #AAAAAA. Windows color (decimal): -877265 or 3120626. OLE color: 3120626.

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

Color convert

RGB 242 157 47 -
CMYK 0 0.35 0.81 0.05
HSL 33.85º 0.88% 0.57% -
HSV(B) 33.85º 0.81% 0.95% -
XYZ 49.19 43.2 8.43 -
YUV 169.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 242 157 47 0 0.35 0.81 0.05 33.85 0.88 0.57
Hex F2 9D 2F 0 23 51 5 22 58 39
Octal 362 235 57 0 43 121 5 42 130 71
Binary 11110010 10011101 101111 0 100011 1010001 101 100010 1011000 111001

Color Harmonies of #F29D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D2F

Black with #F29D2F

Text Example


Text Example

White with #F29D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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