Html Css Color HEX #F2CA2D Golden Dream

📋 copy color: '#F2CA2D'

red 242 ◦ green 202 ◦ blue 45

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

Shades of Golden Dream #F2CA2D

Tints of Golden Dream #F2CA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.2%

R = 49.49%
G = 41.31%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2CA2D (or 0xF2CA2D) is known color: Golden Dream. HEX triplet: F2, CA and 2D. RGB value is (242,202,45). Sum of RGB (Red+Green+Blue) = 242+202+45=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CA2D is #0D35D2. Grayscale: #C4C4C4. Windows color (decimal): -865747 or 3001074. OLE color: 3001074.

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

Color convert

RGB 242 202 45 -
CMYK 0 0.17 0.81 0.05
HSL 47.82º 0.88% 0.56% -
HSV(B) 47.82º 0.81% 0.95% -
XYZ 58.21 61.31 11.25 -
YUV 196.06 42.75 160.77 -
System Red Green Blue C M Y K H S L
Decimal 242 202 45 0 0.17 0.81 0.05 47.82 0.88 0.56
Hex F2 CA 2D 0 11 51 5 30 58 38
Octal 362 312 55 0 21 121 5 60 130 70
Binary 11110010 11001010 101101 0 10001 1010001 101 110000 1011000 111000

Color Harmonies of #F2CA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA2D

Black with #F2CA2D

Text Example


Text Example

White with #F2CA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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