Html Css Color HEX #FADB42 Gorse

📋 copy color: '#FADB42'

red 250 ◦ green 219 ◦ blue 66

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

Shades of Gorse #FADB42

Tints of Gorse #FADB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

 BLUE value IS 66 (26.17% from 255) = 12.34%

R = 46.73%
G = 40.93%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FADB42 (or 0xFADB42) is known color: Gorse. HEX triplet: FA, DB and 42. RGB value is (250,219,66). Sum of RGB (Red+Green+Blue) = 250+219+66=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 66 (26.17% from 255 or 12.34% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB42 is #0524BD. Grayscale: #D3D3D3. Windows color (decimal): -337086 or 4381690. OLE color: 4381690.

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

Color convert

RGB 250 219 66 -
CMYK 0 0.12 0.74 0.02
HSL 49.89º 0.95% 0.62% -
HSV(B) 49.89º 0.74% 0.98% -
XYZ 65.74 71.38 15.47 -
YUV 210.83 46.27 155.94 -
System Red Green Blue C M Y K H S L
Decimal 250 219 66 0 0.12 0.74 0.02 49.89 0.95 0.62
Hex FA DB 42 0 C 4A 2 32 5F 3E
Octal 372 333 102 0 14 112 2 62 137 76
Binary 11111010 11011011 1000010 0 1100 1001010 10 110010 1011111 111110

Color Harmonies of #FADB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB42

Black with #FADB42

Text Example


Text Example

White with #FADB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB42; }

 p { color: rgb(250,219,66); }

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

background-color css

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

 a { background-color: rgb(250,219,66); }

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

border-color css

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

 span { border-color: rgb(250,219,66); }

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