Html Css Color HEX #F2C728 Golden Dream

📋 copy color: '#F2C728'

red 242 ◦ green 199 ◦ blue 40

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

Shades of Golden Dream #F2C728

Tints of Golden Dream #F2C728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

 BLUE value IS 40 (16.02% from 255) = 8.32%

R = 50.31%
G = 41.37%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2C728 (or 0xF2C728) is known color: Golden Dream. HEX triplet: F2, C7 and 28. RGB value is (242,199,40). Sum of RGB (Red+Green+Blue) = 242+199+40=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C728 is #0D38D7. Grayscale: #C2C2C2. Windows color (decimal): -866520 or 2672626. OLE color: 2672626.

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

Color convert

RGB 242 199 40 -
CMYK 0 0.18 0.83 0.05
HSL 47.23º 0.89% 0.55% -
HSV(B) 47.23º 0.83% 0.95% -
XYZ 57.42 59.88 10.54 -
YUV 193.73 41.25 162.43 -
System Red Green Blue C M Y K H S L
Decimal 242 199 40 0 0.18 0.83 0.05 47.23 0.89 0.55
Hex F2 C7 28 0 12 53 5 2F 59 37
Octal 362 307 50 0 22 123 5 57 131 67
Binary 11110010 11000111 101000 0 10010 1010011 101 101111 1011001 110111

Color Harmonies of #F2C728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C728

Black with #F2C728

Text Example


Text Example

White with #F2C728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C728; }

 p { color: rgb(242,199,40); }

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

background-color css

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

 a { background-color: rgb(242,199,40); }

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

border-color css

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

 span { border-color: rgb(242,199,40); }

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