Html Css Color HEX #FADC2B Gorse

📋 copy color: '#FADC2B'

red 250 ◦ green 220 ◦ blue 43

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

Shades of Gorse #FADC2B

Tints of Gorse #FADC2B

RGB

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

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

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

R = 48.73%
G = 42.88%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FADC2B (or 0xFADC2B) is known color: Gorse. HEX triplet: FA, DC and 2B. RGB value is (250,220,43). Sum of RGB (Red+Green+Blue) = 250+220+43=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 43 (17.19% from 255 or 8.38% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC2B is #0523D4. Grayscale: #D1D1D1. Windows color (decimal): -336853 or 2874618. OLE color: 2874618.

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

Color convert

RGB 250 220 43 -
CMYK 0 0.12 0.83 0.02
HSL 51.3º 0.95% 0.57% -
HSV(B) 51.3º 0.83% 0.98% -
XYZ 65.45 71.68 12.67 -
YUV 208.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 250 220 43 0 0.12 0.83 0.02 51.3 0.95 0.57
Hex FA DC 2B 0 C 53 2 33 5F 39
Octal 372 334 53 0 14 123 2 63 137 71
Binary 11111010 11011100 101011 0 1100 1010011 10 110011 1011111 111001

Color Harmonies of #FADC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC2B

Black with #FADC2B

Text Example


Text Example

White with #FADC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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