Html Css Color HEX #FACE2B Golden Dream

📋 copy color: '#FACE2B'

red 250 ◦ green 206 ◦ blue 43

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

Shades of Golden Dream #FACE2B

Tints of Golden Dream #FACE2B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

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

R = 50.1%
G = 41.28%
B = 8.62%

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

#FACE2B (or 0xFACE2B) is known color: Golden Dream. HEX triplet: FA, CE and 2B. RGB value is (250,206,43). Sum of RGB (Red+Green+Blue) = 250+206+43=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE2B is #0531D4. Grayscale: #C9C9C9. Windows color (decimal): -340437 or 2871034. OLE color: 2871034.

HSL color Cylindrical-coordinate representation of color #FACE2B: hue angle of 47.25º 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 #FACE2B is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 206 43 -
CMYK 0 0.18 0.83 0.02
HSL 47.25º 0.95% 0.57% -
HSV(B) 47.25º 0.83% 0.98% -
XYZ 61.93 64.64 11.5 -
YUV 200.57 39.08 163.25 -
System Red Green Blue C M Y K H S L
Decimal 250 206 43 0 0.18 0.83 0.02 47.25 0.95 0.57
Hex FA CE 2B 0 12 53 2 2F 5F 39
Octal 372 316 53 0 22 123 2 57 137 71
Binary 11111010 11001110 101011 0 10010 1010011 10 101111 1011111 111001

Color Harmonies of #FACE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE2B

Black with #FACE2B

Text Example


Text Example

White with #FACE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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