Html Css Color HEX #FADD3F Gorse

📋 copy color: '#FADD3F'

red 250 ◦ green 221 ◦ blue 63

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

Shades of Gorse #FADD3F

Tints of Gorse #FADD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.8%

R = 46.82%
G = 41.39%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FADD3F (or 0xFADD3F) is known color: Gorse. HEX triplet: FA, DD and 3F. RGB value is (250,221,63). Sum of RGB (Red+Green+Blue) = 250+221+63=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 63 (25% from 255 or 11.80% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD3F is #0522C0. Grayscale: #D4D4D4. Windows color (decimal): -336577 or 4185594. OLE color: 4185594.

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

Color convert

RGB 250 221 63 -
CMYK 0 0.12 0.75 0.02
HSL 50.7º 0.95% 0.61% -
HSV(B) 50.7º 0.75% 0.98% -
XYZ 66.18 72.4 15.19 -
YUV 211.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 250 221 63 0 0.12 0.75 0.02 50.7 0.95 0.61
Hex FA DD 3F 0 C 4B 2 33 5F 3D
Octal 372 335 77 0 14 113 2 63 137 75
Binary 11111010 11011101 111111 0 1100 1001011 10 110011 1011111 111101

Color Harmonies of #FADD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD3F

Black with #FADD3F

Text Example


Text Example

White with #FADD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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