Html Css Color HEX #F4D330 Golden Dream

📋 copy color: '#F4D330'

red 244 ◦ green 211 ◦ blue 48

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

Shades of Golden Dream #F4D330

Tints of Golden Dream #F4D330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

 BLUE value IS 48 (19.14% from 255) = 9.54%

R = 48.51%
G = 41.95%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4D330 (or 0xF4D330) is known color: Golden Dream. HEX triplet: F4, D3 and 30. RGB value is (244,211,48). Sum of RGB (Red+Green+Blue) = 244+211+48=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D330 is #0B2CCF. Grayscale: #CACACA. Windows color (decimal): -732368 or 3199988. OLE color: 3199988.

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

Color convert

RGB 244 211 48 -
CMYK 0 0.14 0.80 0.04
HSL 49.9º 0.9% 0.57% -
HSV(B) 49.9º 0.8% 0.96% -
XYZ 61.14 66.04 12.32 -
YUV 202.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 244 211 48 0 0.14 0.80 0.04 49.9 0.9 0.57
Hex F4 D3 30 0 E 50 4 32 5A 39
Octal 364 323 60 0 16 120 4 62 132 71
Binary 11110100 11010011 110000 0 1110 1010000 100 110010 1011010 111001

Color Harmonies of #F4D330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D330

Black with #F4D330

Text Example


Text Example

White with #F4D330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D330; }

 p { color: rgb(244,211,48); }

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

background-color css

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

 a { background-color: rgb(244,211,48); }

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

border-color css

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

 span { border-color: rgb(244,211,48); }

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