Html Css Color HEX #FAD42B Golden Dream

📋 copy color: '#FAD42B'

red 250 ◦ green 212 ◦ blue 43

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

Shades of Golden Dream #FAD42B

Tints of Golden Dream #FAD42B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.98%

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

R = 49.5%
G = 41.98%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAD42B (or 0xFAD42B) is known color: Golden Dream. HEX triplet: FA, D4 and 2B. RGB value is (250,212,43). Sum of RGB (Red+Green+Blue) = 250+212+43=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD42B is #052BD4. Grayscale: #CCCCCC. Windows color (decimal): -338901 or 2872570. OLE color: 2872570.

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

Color convert

RGB 250 212 43 -
CMYK 0 0.15 0.83 0.02
HSL 48.99º 0.95% 0.57% -
HSV(B) 48.99º 0.83% 0.98% -
XYZ 63.4 67.59 11.99 -
YUV 204.1 37.09 160.74 -
System Red Green Blue C M Y K H S L
Decimal 250 212 43 0 0.15 0.83 0.02 48.99 0.95 0.57
Hex FA D4 2B 0 F 53 2 31 5F 39
Octal 372 324 53 0 17 123 2 61 137 71
Binary 11111010 11010100 101011 0 1111 1010011 10 110001 1011111 111001

Color Harmonies of #FAD42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD42B

Black with #FAD42B

Text Example


Text Example

White with #FAD42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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