Html Css Color HEX #F29C2F Yellow Sea

📋 copy color: '#F29C2F'

red 242 ◦ green 156 ◦ blue 47

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

Shades of Yellow Sea #F29C2F

Tints of Yellow Sea #F29C2F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.06%

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

R = 54.38%
G = 35.06%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F29C2F (or 0xF29C2F) is known color: Yellow Sea. HEX triplet: F2, 9C and 2F. RGB value is (242,156,47). Sum of RGB (Red+Green+Blue) = 242+156+47=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C2F is #0D63D0. Grayscale: #A9A9A9. Windows color (decimal): -877521 or 3120370. OLE color: 3120370.

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

Color convert

RGB 242 156 47 -
CMYK 0 0.36 0.81 0.05
HSL 33.54º 0.88% 0.57% -
HSV(B) 33.54º 0.81% 0.95% -
XYZ 49.02 42.86 8.38 -
YUV 169.29 58.99 179.86 -
System Red Green Blue C M Y K H S L
Decimal 242 156 47 0 0.36 0.81 0.05 33.54 0.88 0.57
Hex F2 9C 2F 0 24 51 5 22 58 39
Octal 362 234 57 0 44 121 5 42 130 71
Binary 11110010 10011100 101111 0 100100 1010001 101 100010 1011000 111001

Color Harmonies of #F29C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C2F

Black with #F29C2F

Text Example


Text Example

White with #F29C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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