Html Css Color HEX #F0CC2E Golden Dream

📋 copy color: '#F0CC2E'

red 240 ◦ green 204 ◦ blue 46

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

Shades of Golden Dream #F0CC2E

Tints of Golden Dream #F0CC2E

RGB

 RED value IS 240 (94.14% from 255) = 48.98%

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 46 (18.36% from 255) = 9.39%

R = 48.98%
G = 41.63%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0CC2E (or 0xF0CC2E) is known color: Golden Dream. HEX triplet: F0, CC and 2E. RGB value is (240,204,46). Sum of RGB (Red+Green+Blue) = 240+204+46=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CC2E is #0F33D1. Grayscale: #C5C5C5. Windows color (decimal): -996306 or 3067120. OLE color: 3067120.

HSL color Cylindrical-coordinate representation of color #F0CC2E: hue angle of 48.87º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0CC2E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 46 -
CMYK 0 0.15 0.81 0.06
HSL 48.87º 0.87% 0.56% -
HSV(B) 48.87º 0.81% 0.94% -
XYZ 58.02 61.91 11.48 -
YUV 196.75 42.93 158.85 -
System Red Green Blue C M Y K H S L
Decimal 240 204 46 0 0.15 0.81 0.06 48.87 0.87 0.56
Hex F0 CC 2E 0 F 51 6 31 57 38
Octal 360 314 56 0 17 121 6 61 127 70
Binary 11110000 11001100 101110 0 1111 1010001 110 110001 1010111 111000

Color Harmonies of #F0CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC2E

Black with #F0CC2E

Text Example


Text Example

White with #F0CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC2E; }

 p { color: rgb(240,204,46); }

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

background-color css

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

 a { background-color: rgb(240,204,46); }

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

border-color css

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

 span { border-color: rgb(240,204,46); }

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