Html Css Color HEX #FADC42 Gorse

📋 copy color: '#FADC42'

red 250 ◦ green 220 ◦ blue 66

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

Shades of Gorse #FADC42

Tints of Gorse #FADC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

 BLUE value IS 66 (26.17% from 255) = 12.31%

R = 46.64%
G = 41.04%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FADC42 (or 0xFADC42) is known color: Gorse. HEX triplet: FA, DC and 42. RGB value is (250,220,66). Sum of RGB (Red+Green+Blue) = 250+220+66=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 66 (26.17% from 255 or 12.31% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC42 is #0523BD. Grayscale: #D4D4D4. Windows color (decimal): -336830 or 4381946. OLE color: 4381946.

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

Color convert

RGB 250 220 66 -
CMYK 0 0.12 0.74 0.02
HSL 50.22º 0.95% 0.62% -
HSV(B) 50.22º 0.74% 0.98% -
XYZ 66 71.9 15.55 -
YUV 211.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 250 220 66 0 0.12 0.74 0.02 50.22 0.95 0.62
Hex FA DC 42 0 C 4A 2 32 5F 3E
Octal 372 334 102 0 14 112 2 62 137 76
Binary 11111010 11011100 1000010 0 1100 1001010 10 110010 1011111 111110

Color Harmonies of #FADC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC42

Black with #FADC42

Text Example


Text Example

White with #FADC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC42; }

 p { color: rgb(250,220,66); }

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

background-color css

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

 a { background-color: rgb(250,220,66); }

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

border-color css

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

 span { border-color: rgb(250,220,66); }

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