Html Css Color HEX #FADC30 Gorse

📋 copy color: '#FADC30'

red 250 ◦ green 220 ◦ blue 48

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

Shades of Gorse #FADC30

Tints of Gorse #FADC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.27%

R = 48.26%
G = 42.47%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FADC30 (or 0xFADC30) is known color: Gorse. HEX triplet: FA, DC and 30. RGB value is (250,220,48). Sum of RGB (Red+Green+Blue) = 250+220+48=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC30 is #0523CF. Grayscale: #D2D2D2. Windows color (decimal): -336848 or 3202298. OLE color: 3202298.

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

Color convert

RGB 250 220 48 -
CMYK 0 0.12 0.81 0.02
HSL 51.09º 0.95% 0.58% -
HSV(B) 51.09º 0.81% 0.98% -
XYZ 65.55 71.72 13.19 -
YUV 209.36 36.94 156.99 -
System Red Green Blue C M Y K H S L
Decimal 250 220 48 0 0.12 0.81 0.02 51.09 0.95 0.58
Hex FA DC 30 0 C 51 2 33 5F 3A
Octal 372 334 60 0 14 121 2 63 137 72
Binary 11111010 11011100 110000 0 1100 1010001 10 110011 1011111 111010

Color Harmonies of #FADC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC30

Black with #FADC30

Text Example


Text Example

White with #FADC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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