Html Css Color HEX #F0CF35 Golden Dream

📋 copy color: '#F0CF35'

red 240 ◦ green 207 ◦ blue 53

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

Shades of Golden Dream #F0CF35

Tints of Golden Dream #F0CF35

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.4%

 BLUE value IS 53 (21.09% from 255) = 10.6%

R = 48%
G = 41.4%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0CF35 (or 0xF0CF35) is known color: Golden Dream. HEX triplet: F0, CF and 35. RGB value is (240,207,53). Sum of RGB (Red+Green+Blue) = 240+207+53=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CF35 is #0F30CA. Grayscale: #C7C7C7. Windows color (decimal): -995531 or 3526640. OLE color: 3526640.

HSL color Cylindrical-coordinate representation of color #F0CF35: hue angle of 49.41º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0CF35 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 53 -
CMYK 0 0.14 0.78 0.06
HSL 49.41º 0.86% 0.57% -
HSV(B) 49.41º 0.78% 0.94% -
XYZ 58.89 63.41 12.5 -
YUV 199.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 240 207 53 0 0.14 0.78 0.06 49.41 0.86 0.57
Hex F0 CF 35 0 E 4E 6 31 56 39
Octal 360 317 65 0 16 116 6 61 126 71
Binary 11110000 11001111 110101 0 1110 1001110 110 110001 1010110 111001

Color Harmonies of #F0CF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF35

Black with #F0CF35

Text Example


Text Example

White with #F0CF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF35; }

 p { color: rgb(240,207,53); }

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

background-color css

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

 a { background-color: rgb(240,207,53); }

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

border-color css

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

 span { border-color: rgb(240,207,53); }

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