Html Css Color HEX #F0D42B Golden Dream

📋 copy color: '#F0D42B'

red 240 ◦ green 212 ◦ blue 43

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

Shades of Golden Dream #F0D42B

Tints of Golden Dream #F0D42B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

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

R = 48.48%
G = 42.83%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0D42B (or 0xF0D42B) is known color: Golden Dream. HEX triplet: F0, D4 and 2B. RGB value is (240,212,43). Sum of RGB (Red+Green+Blue) = 240+212+43=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D42B is #0F2BD4. Grayscale: #C9C9C9. Windows color (decimal): -994261 or 2872560. OLE color: 2872560.

HSL color Cylindrical-coordinate representation of color #F0D42B: hue angle of 51.47º 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 #F0D42B is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 212 43 -
CMYK 0 0.12 0.82 0.06
HSL 51.47º 0.87% 0.55% -
HSV(B) 51.47º 0.82% 0.94% -
XYZ 59.91 65.79 11.83 -
YUV 201.11 38.78 155.74 -
System Red Green Blue C M Y K H S L
Decimal 240 212 43 0 0.12 0.82 0.06 51.47 0.87 0.55
Hex F0 D4 2B 0 C 52 6 33 57 37
Octal 360 324 53 0 14 122 6 63 127 67
Binary 11110000 11010100 101011 0 1100 1010010 110 110011 1010111 110111

Color Harmonies of #F0D42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D42B

Black with #F0D42B

Text Example


Text Example

White with #F0D42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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