Html Css Color HEX #F2CD30 Golden Dream

📋 copy color: '#F2CD30'

red 242 ◦ green 205 ◦ blue 48

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

Shades of Golden Dream #F2CD30

Tints of Golden Dream #F2CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

 BLUE value IS 48 (19.14% from 255) = 9.7%

R = 48.89%
G = 41.41%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F2CD30 (or 0xF2CD30) is known color: Golden Dream. HEX triplet: F2, CD and 30. RGB value is (242,205,48). Sum of RGB (Red+Green+Blue) = 242+205+48=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CD30 is #0D32CF. Grayscale: #C6C6C6. Windows color (decimal): -864976 or 3198450. OLE color: 3198450.

HSL color Cylindrical-coordinate representation of color #F2CD30: hue angle of 48.56º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2CD30 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 48 -
CMYK 0 0.15 0.80 0.05
HSL 48.56º 0.88% 0.57% -
HSV(B) 48.56º 0.8% 0.95% -
XYZ 58.98 62.75 11.8 -
YUV 198.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 242 205 48 0 0.15 0.80 0.05 48.56 0.88 0.57
Hex F2 CD 30 0 F 50 5 31 58 39
Octal 362 315 60 0 17 120 5 61 130 71
Binary 11110010 11001101 110000 0 1111 1010000 101 110001 1011000 111001

Color Harmonies of #F2CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CD30

Black with #F2CD30

Text Example


Text Example

White with #F2CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CD30; }

 p { color: rgb(242,205,48); }

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

background-color css

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

 a { background-color: rgb(242,205,48); }

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

border-color css

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

 span { border-color: rgb(242,205,48); }

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