Html Css Color HEX #F2CA30 Golden Dream

📋 copy color: '#F2CA30'

red 242 ◦ green 202 ◦ blue 48

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

Shades of Golden Dream #F2CA30

Tints of Golden Dream #F2CA30

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

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

R = 49.19%
G = 41.06%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F2CA30 (or 0xF2CA30) is known color: Golden Dream. HEX triplet: F2, CA and 30. RGB value is (242,202,48). Sum of RGB (Red+Green+Blue) = 242+202+48=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CA30 is #0D35CF. Grayscale: #C5C5C5. Windows color (decimal): -865744 or 3197682. OLE color: 3197682.

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

Color convert

RGB 242 202 48 -
CMYK 0 0.17 0.80 0.05
HSL 47.63º 0.88% 0.57% -
HSV(B) 47.63º 0.8% 0.95% -
XYZ 58.27 61.33 11.56 -
YUV 196.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 242 202 48 0 0.17 0.80 0.05 47.63 0.88 0.57
Hex F2 CA 30 0 11 50 5 30 58 39
Octal 362 312 60 0 21 120 5 60 130 71
Binary 11110010 11001010 110000 0 10001 1010000 101 110000 1011000 111001

Color Harmonies of #F2CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA30

Black with #F2CA30

Text Example


Text Example

White with #F2CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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