Html Css Color HEX #FADD3B Gorse

📋 copy color: '#FADD3B'

red 250 ◦ green 221 ◦ blue 59

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

Shades of Gorse #FADD3B

Tints of Gorse #FADD3B

RGB

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

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

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

R = 47.17%
G = 41.7%
B = 11.13%

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

#FADD3B (or 0xFADD3B) is known color: Gorse. HEX triplet: FA, DD and 3B. RGB value is (250,221,59). Sum of RGB (Red+Green+Blue) = 250+221+59=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 59 (23.44% from 255 or 11.13% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD3B is #0522C4. Grayscale: #D3D3D3. Windows color (decimal): -336581 or 3923450. OLE color: 3923450.

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

Color convert

RGB 250 221 59 -
CMYK 0 0.12 0.76 0.02
HSL 50.89º 0.95% 0.61% -
HSV(B) 50.89º 0.76% 0.98% -
XYZ 66.07 72.35 14.62 -
YUV 211.2 42.11 155.67 -
System Red Green Blue C M Y K H S L
Decimal 250 221 59 0 0.12 0.76 0.02 50.89 0.95 0.61
Hex FA DD 3B 0 C 4C 2 33 5F 3D
Octal 372 335 73 0 14 114 2 63 137 75
Binary 11111010 11011101 111011 0 1100 1001100 10 110011 1011111 111101

Color Harmonies of #FADD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD3B

Black with #FADD3B

Text Example


Text Example

White with #FADD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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