Html Css Color HEX #F4CC2B Golden Dream

📋 copy color: '#F4CC2B'

red 244 ◦ green 204 ◦ blue 43

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

Shades of Golden Dream #F4CC2B

Tints of Golden Dream #F4CC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.55%

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

R = 49.69%
G = 41.55%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4CC2B (or 0xF4CC2B) is known color: Golden Dream. HEX triplet: F4, CC and 2B. RGB value is (244,204,43). Sum of RGB (Red+Green+Blue) = 244+204+43=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CC2B is #0B33D4. Grayscale: #C6C6C6. Windows color (decimal): -734165 or 2870516. OLE color: 2870516.

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

Color convert

RGB 244 204 43 -
CMYK 0 0.16 0.82 0.04
HSL 48.06º 0.9% 0.56% -
HSV(B) 48.06º 0.82% 0.96% -
XYZ 59.34 62.59 11.24 -
YUV 197.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 244 204 43 0 0.16 0.82 0.04 48.06 0.9 0.56
Hex F4 CC 2B 0 10 52 4 30 5A 38
Octal 364 314 53 0 20 122 4 60 132 70
Binary 11110100 11001100 101011 0 10000 1010010 100 110000 1011010 111000

Color Harmonies of #F4CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CC2B

Black with #F4CC2B

Text Example


Text Example

White with #F4CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CC2B; }

 p { color: rgb(244,204,43); }

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

background-color css

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

 a { background-color: rgb(244,204,43); }

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

border-color css

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

 span { border-color: rgb(244,204,43); }

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