Html Css Color HEX #FADD25 Gorse

📋 copy color: '#FADD25'

red 250 ◦ green 221 ◦ blue 37

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

Shades of Gorse #FADD25

Tints of Gorse #FADD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.28%

R = 49.21%
G = 43.5%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FADD25 (or 0xFADD25) is known color: Gorse. HEX triplet: FA, DD and 25. RGB value is (250,221,37). Sum of RGB (Red+Green+Blue) = 250+221+37=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD25 is #0522DA. Grayscale: #D1D1D1. Windows color (decimal): -336603 or 2481658. OLE color: 2481658.

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

Color convert

RGB 250 221 37 -
CMYK 0 0.12 0.85 0.02
HSL 51.83º 0.96% 0.56% -
HSV(B) 51.83º 0.85% 0.98% -
XYZ 65.61 72.17 12.22 -
YUV 208.7 31.11 157.46 -
System Red Green Blue C M Y K H S L
Decimal 250 221 37 0 0.12 0.85 0.02 51.83 0.96 0.56
Hex FA DD 25 0 C 55 2 34 60 38
Octal 372 335 45 0 14 125 2 64 140 70
Binary 11111010 11011101 100101 0 1100 1010101 10 110100 1100000 111000

Color Harmonies of #FADD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD25

Black with #FADD25

Text Example


Text Example

White with #FADD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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