Html Css Color HEX #FADD2F Gorse

📋 copy color: '#FADD2F'

red 250 ◦ green 221 ◦ blue 47

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

Shades of Gorse #FADD2F

Tints of Gorse #FADD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.07%

R = 48.26%
G = 42.66%
B = 9.07%

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

#FADD2F (or 0xFADD2F) is known color: Gorse. HEX triplet: FA, DD and 2F. RGB value is (250,221,47). Sum of RGB (Red+Green+Blue) = 250+221+47=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD2F is #0522D0. Grayscale: #D2D2D2. Windows color (decimal): -336593 or 3137018. OLE color: 3137018.

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

Color convert

RGB 250 221 47 -
CMYK 0 0.12 0.81 0.02
HSL 51.43º 0.95% 0.58% -
HSV(B) 51.43º 0.81% 0.98% -
XYZ 65.79 72.24 13.17 -
YUV 209.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 250 221 47 0 0.12 0.81 0.02 51.43 0.95 0.58
Hex FA DD 2F 0 C 51 2 33 5F 3A
Octal 372 335 57 0 14 121 2 63 137 72
Binary 11111010 11011101 101111 0 1100 1010001 10 110011 1011111 111010

Color Harmonies of #FADD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD2F

Black with #FADD2F

Text Example


Text Example

White with #FADD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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