Html Css Color HEX #FADD3C Gorse

📋 copy color: '#FADD3C'

red 250 ◦ green 221 ◦ blue 60

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

Shades of Gorse #FADD3C

Tints of Gorse #FADD3C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

 BLUE value IS 60 (23.83% from 255) = 11.3%

R = 47.08%
G = 41.62%
B = 11.3%

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

#FADD3C (or 0xFADD3C) is known color: Gorse. HEX triplet: FA, DD and 3C. RGB value is (250,221,60). Sum of RGB (Red+Green+Blue) = 250+221+60=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD3C is #0522C3. Grayscale: #D3D3D3. Windows color (decimal): -336580 or 3988986. OLE color: 3988986.

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

Color convert

RGB 250 221 60 -
CMYK 0 0.12 0.76 0.02
HSL 50.84º 0.95% 0.61% -
HSV(B) 50.84º 0.76% 0.98% -
XYZ 66.1 72.36 14.76 -
YUV 211.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 250 221 60 0 0.12 0.76 0.02 50.84 0.95 0.61
Hex FA DD 3C 0 C 4C 2 33 5F 3D
Octal 372 335 74 0 14 114 2 63 137 75
Binary 11111010 11011101 111100 0 1100 1001100 10 110011 1011111 111101

Color Harmonies of #FADD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD3C

Black with #FADD3C

Text Example


Text Example

White with #FADD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD3C; }

 p { color: rgb(250,221,60); }

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

background-color css

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

 a { background-color: rgb(250,221,60); }

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

border-color css

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

 span { border-color: rgb(250,221,60); }

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