Html Css Color HEX #FADC3B Gorse

📋 copy color: '#FADC3B'

red 250 ◦ green 220 ◦ blue 59

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

Shades of Gorse #FADC3B

Tints of Gorse #FADC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.15%

R = 47.26%
G = 41.59%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FADC3B (or 0xFADC3B) is known color: Gorse. HEX triplet: FA, DC and 3B. RGB value is (250,220,59). Sum of RGB (Red+Green+Blue) = 250+220+59=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 59 (23.44% from 255 or 11.15% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC3B is #0523C4. Grayscale: #D3D3D3. Windows color (decimal): -336837 or 3923194. OLE color: 3923194.

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

Color convert

RGB 250 220 59 -
CMYK 0 0.12 0.76 0.02
HSL 50.58º 0.95% 0.61% -
HSV(B) 50.58º 0.76% 0.98% -
XYZ 65.81 71.83 14.53 -
YUV 210.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 250 220 59 0 0.12 0.76 0.02 50.58 0.95 0.61
Hex FA DC 3B 0 C 4C 2 33 5F 3D
Octal 372 334 73 0 14 114 2 63 137 75
Binary 11111010 11011100 111011 0 1100 1001100 10 110011 1011111 111101

Color Harmonies of #FADC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC3B

Black with #FADC3B

Text Example


Text Example

White with #FADC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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