Html Css Color HEX #F2CB30 Golden Dream

📋 copy color: '#F2CB30'

red 242 ◦ green 203 ◦ blue 48

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

Shades of Golden Dream #F2CB30

Tints of Golden Dream #F2CB30

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

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

R = 49.09%
G = 41.18%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F2CB30 (or 0xF2CB30) is known color: Golden Dream. HEX triplet: F2, CB and 30. RGB value is (242,203,48). Sum of RGB (Red+Green+Blue) = 242+203+48=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB30 is #0D34CF. Grayscale: #C5C5C5. Windows color (decimal): -865488 or 3197938. OLE color: 3197938.

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

Color convert

RGB 242 203 48 -
CMYK 0 0.16 0.80 0.05
HSL 47.94º 0.88% 0.57% -
HSV(B) 47.94º 0.8% 0.95% -
XYZ 58.51 61.8 11.64 -
YUV 196.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 242 203 48 0 0.16 0.80 0.05 47.94 0.88 0.57
Hex F2 CB 30 0 10 50 5 30 58 39
Octal 362 313 60 0 20 120 5 60 130 71
Binary 11110010 11001011 110000 0 10000 1010000 101 110000 1011000 111001

Color Harmonies of #F2CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB30

Black with #F2CB30

Text Example


Text Example

White with #F2CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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