Html Css Color HEX #FACC2B Golden Dream

📋 copy color: '#FACC2B'

red 250 ◦ green 204 ◦ blue 43

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

Shades of Golden Dream #FACC2B

Tints of Golden Dream #FACC2B

RGB

 RED value IS 250 (98.05% from 255) = 50.3%

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

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

R = 50.3%
G = 41.05%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FACC2B (or 0xFACC2B) is known color: Golden Dream. HEX triplet: FA, CC and 2B. RGB value is (250,204,43). Sum of RGB (Red+Green+Blue) = 250+204+43=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC2B is #0533D4. Grayscale: #C8C8C8. Windows color (decimal): -340949 or 2870522. OLE color: 2870522.

HSL color Cylindrical-coordinate representation of color #FACC2B: hue angle of 46.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FACC2B is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 43 -
CMYK 0 0.18 0.83 0.02
HSL 46.67º 0.95% 0.57% -
HSV(B) 46.67º 0.83% 0.98% -
XYZ 61.45 63.68 11.34 -
YUV 199.4 39.74 164.09 -
System Red Green Blue C M Y K H S L
Decimal 250 204 43 0 0.18 0.83 0.02 46.67 0.95 0.57
Hex FA CC 2B 0 12 53 2 2F 5F 39
Octal 372 314 53 0 22 123 2 57 137 71
Binary 11111010 11001100 101011 0 10010 1010011 10 101111 1011111 111001

Color Harmonies of #FACC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC2B

Black with #FACC2B

Text Example


Text Example

White with #FACC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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