Html Css Color HEX #F0CF2B Golden Dream

📋 copy color: '#F0CF2B'

red 240 ◦ green 207 ◦ blue 43

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

Shades of Golden Dream #F0CF2B

Tints of Golden Dream #F0CF2B

RGB

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

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

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

R = 48.98%
G = 42.24%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0CF2B (or 0xF0CF2B) is known color: Golden Dream. HEX triplet: F0, CF and 2B. RGB value is (240,207,43). Sum of RGB (Red+Green+Blue) = 240+207+43=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CF2B is #0F30D4. Grayscale: #C6C6C6. Windows color (decimal): -995541 or 2871280. OLE color: 2871280.

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

Color convert

RGB 240 207 43 -
CMYK 0 0.14 0.82 0.06
HSL 49.95º 0.87% 0.55% -
HSV(B) 49.95º 0.82% 0.94% -
XYZ 58.68 63.33 11.42 -
YUV 198.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 240 207 43 0 0.14 0.82 0.06 49.95 0.87 0.55
Hex F0 CF 2B 0 E 52 6 32 57 37
Octal 360 317 53 0 16 122 6 62 127 67
Binary 11110000 11001111 101011 0 1110 1010010 110 110010 1010111 110111

Color Harmonies of #F0CF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF2B

Black with #F0CF2B

Text Example


Text Example

White with #F0CF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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