Html Css Color HEX #FADD30 Gorse

📋 copy color: '#FADD30'

red 250 ◦ green 221 ◦ blue 48

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

Shades of Gorse #FADD30

Tints of Gorse #FADD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.25%

R = 48.17%
G = 42.58%
B = 9.25%

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

#FADD30 (or 0xFADD30) is known color: Gorse. HEX triplet: FA, DD and 30. RGB value is (250,221,48). Sum of RGB (Red+Green+Blue) = 250+221+48=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 48 (19.14% from 255 or 9.25% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD30 is #0522CF. Grayscale: #D2D2D2. Windows color (decimal): -336592 or 3202554. OLE color: 3202554.

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

Color convert

RGB 250 221 48 -
CMYK 0 0.12 0.81 0.02
HSL 51.39º 0.95% 0.58% -
HSV(B) 51.39º 0.81% 0.98% -
XYZ 65.81 72.25 13.27 -
YUV 209.95 36.61 156.57 -
System Red Green Blue C M Y K H S L
Decimal 250 221 48 0 0.12 0.81 0.02 51.39 0.95 0.58
Hex FA DD 30 0 C 51 2 33 5F 3A
Octal 372 335 60 0 14 121 2 63 137 72
Binary 11111010 11011101 110000 0 1100 1010001 10 110011 1011111 111010

Color Harmonies of #FADD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD30

Black with #FADD30

Text Example


Text Example

White with #FADD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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