Html Css Color HEX #F2D02B Golden Dream

📋 copy color: '#F2D02B'

red 242 ◦ green 208 ◦ blue 43

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

Shades of Golden Dream #F2D02B

Tints of Golden Dream #F2D02B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.19%

 BLUE value IS 43 (17.19% from 255) = 8.72%

R = 49.09%
G = 42.19%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2D02B (or 0xF2D02B) is known color: Golden Dream. HEX triplet: F2, D0 and 2B. RGB value is (242,208,43). Sum of RGB (Red+Green+Blue) = 242+208+43=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D02B is #0D2FD4. Grayscale: #C8C8C8. Windows color (decimal): -864213 or 2871538. OLE color: 2871538.

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

Color convert

RGB 242 208 43 -
CMYK 0 0.14 0.82 0.05
HSL 49.75º 0.88% 0.56% -
HSV(B) 49.75º 0.82% 0.95% -
XYZ 59.61 64.16 11.53 -
YUV 199.36 39.76 158.42 -
System Red Green Blue C M Y K H S L
Decimal 242 208 43 0 0.14 0.82 0.05 49.75 0.88 0.56
Hex F2 D0 2B 0 E 52 5 32 58 38
Octal 362 320 53 0 16 122 5 62 130 70
Binary 11110010 11010000 101011 0 1110 1010010 101 110010 1011000 111000

Color Harmonies of #F2D02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D02B

Black with #F2D02B

Text Example


Text Example

White with #F2D02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D02B; }

 p { color: rgb(242,208,43); }

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

background-color css

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

 a { background-color: rgb(242,208,43); }

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

border-color css

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

 span { border-color: rgb(242,208,43); }

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