Html Css Color HEX #F2D127 Golden Dream

📋 copy color: '#F2D127'

red 242 ◦ green 209 ◦ blue 39

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

Shades of Golden Dream #F2D127

Tints of Golden Dream #F2D127

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.65%

 BLUE value IS 39 (15.63% from 255) = 7.96%

R = 49.39%
G = 42.65%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2D127 (or 0xF2D127) is known color: Golden Dream. HEX triplet: F2, D1 and 27. RGB value is (242,209,39). Sum of RGB (Red+Green+Blue) = 242+209+39=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 39 (15.62% from 255 or 7.96% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D127 is #0D2ED8. Grayscale: #C8C8C8. Windows color (decimal): -863961 or 2609650. OLE color: 2609650.

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

Color convert

RGB 242 209 39 -
CMYK 0 0.14 0.84 0.05
HSL 50.25º 0.89% 0.55% -
HSV(B) 50.25º 0.84% 0.95% -
XYZ 59.78 64.62 11.24 -
YUV 199.49 37.43 158.32 -
System Red Green Blue C M Y K H S L
Decimal 242 209 39 0 0.14 0.84 0.05 50.25 0.89 0.55
Hex F2 D1 27 0 E 54 5 32 59 37
Octal 362 321 47 0 16 124 5 62 131 67
Binary 11110010 11010001 100111 0 1110 1010100 101 110010 1011001 110111

Color Harmonies of #F2D127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D127

Black with #F2D127

Text Example


Text Example

White with #F2D127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D127; }

 p { color: rgb(242,209,39); }

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

background-color css

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

 a { background-color: rgb(242,209,39); }

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

border-color css

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

 span { border-color: rgb(242,209,39); }

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