Html Css Color HEX #F2CC2A Golden Dream

📋 copy color: '#F2CC2A'

red 242 ◦ green 204 ◦ blue 42

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

Shades of Golden Dream #F2CC2A

Tints of Golden Dream #F2CC2A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 42 (16.8% from 255) = 8.61%

R = 49.59%
G = 41.8%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2CC2A (or 0xF2CC2A) is known color: Golden Dream. HEX triplet: F2, CC and 2A. RGB value is (242,204,42). Sum of RGB (Red+Green+Blue) = 242+204+42=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC2A is #0D33D5. Grayscale: #C5C5C5. Windows color (decimal): -865238 or 2804978. OLE color: 2804978.

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

Color convert

RGB 242 204 42 -
CMYK 0 0.16 0.83 0.05
HSL 48.6º 0.88% 0.56% -
HSV(B) 48.6º 0.83% 0.95% -
XYZ 58.63 62.23 11.11 -
YUV 196.89 40.59 160.17 -
System Red Green Blue C M Y K H S L
Decimal 242 204 42 0 0.16 0.83 0.05 48.6 0.88 0.56
Hex F2 CC 2A 0 10 53 5 31 58 38
Octal 362 314 52 0 20 123 5 61 130 70
Binary 11110010 11001100 101010 0 10000 1010011 101 110001 1011000 111000

Color Harmonies of #F2CC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC2A

Black with #F2CC2A

Text Example


Text Example

White with #F2CC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC2A; }

 p { color: rgb(242,204,42); }

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

background-color css

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

 a { background-color: rgb(242,204,42); }

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

border-color css

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

 span { border-color: rgb(242,204,42); }

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