Html Css Color HEX #F2C829 Golden Dream

📋 copy color: '#F2C829'

red 242 ◦ green 200 ◦ blue 41

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

Shades of Golden Dream #F2C829

Tints of Golden Dream #F2C829

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 41 (16.41% from 255) = 8.49%

R = 50.1%
G = 41.41%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2C829 (or 0xF2C829) is known color: Golden Dream. HEX triplet: F2, C8 and 29. RGB value is (242,200,41). Sum of RGB (Red+Green+Blue) = 242+200+41=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C829 is #0D37D6. Grayscale: #C3C3C3. Windows color (decimal): -866263 or 2738418. OLE color: 2738418.

HSL color Cylindrical-coordinate representation of color #F2C829: hue angle of 47.46º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2C829 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 200 41 -
CMYK 0 0.17 0.83 0.05
HSL 47.46º 0.89% 0.55% -
HSV(B) 47.46º 0.83% 0.95% -
XYZ 57.67 60.35 10.71 -
YUV 194.43 41.41 161.93 -
System Red Green Blue C M Y K H S L
Decimal 242 200 41 0 0.17 0.83 0.05 47.46 0.89 0.55
Hex F2 C8 29 0 11 53 5 2F 59 37
Octal 362 310 51 0 21 123 5 57 131 67
Binary 11110010 11001000 101001 0 10001 1010011 101 101111 1011001 110111

Color Harmonies of #F2C829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C829

Black with #F2C829

Text Example


Text Example

White with #F2C829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C829; }

 p { color: rgb(242,200,41); }

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

background-color css

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

 a { background-color: rgb(242,200,41); }

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

border-color css

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

 span { border-color: rgb(242,200,41); }

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