Html Css Color HEX #F4D12C Golden Dream

📋 copy color: '#F4D12C'

red 244 ◦ green 209 ◦ blue 44

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

Shades of Golden Dream #F4D12C

Tints of Golden Dream #F4D12C

RGB

 RED value IS 244 (95.7% from 255) = 49.09%

 GREEN value IS 209 (82.03% from 255) = 42.05%

 BLUE value IS 44 (17.58% from 255) = 8.85%

R = 49.09%
G = 42.05%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4D12C (or 0xF4D12C) is known color: Golden Dream. HEX triplet: F4, D1 and 2C. RGB value is (244,209,44). Sum of RGB (Red+Green+Blue) = 244+209+44=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D12C is #0B2ED3. Grayscale: #C9C9C9. Windows color (decimal): -732884 or 2937332. OLE color: 2937332.

HSL color Cylindrical-coordinate representation of color #F4D12C: hue angle of 49.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4D12C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 209 44 -
CMYK 0 0.14 0.82 0.04
HSL 49.5º 0.9% 0.56% -
HSV(B) 49.5º 0.82% 0.96% -
XYZ 60.56 65.02 11.74 -
YUV 200.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 244 209 44 0 0.14 0.82 0.04 49.5 0.9 0.56
Hex F4 D1 2C 0 E 52 4 32 5A 38
Octal 364 321 54 0 16 122 4 62 132 70
Binary 11110100 11010001 101100 0 1110 1010010 100 110010 1011010 111000

Color Harmonies of #F4D12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D12C

Black with #F4D12C

Text Example


Text Example

White with #F4D12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D12C; }

 p { color: rgb(244,209,44); }

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

background-color css

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

 a { background-color: rgb(244,209,44); }

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

border-color css

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

 span { border-color: rgb(244,209,44); }

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