Html Css Color HEX #FADB32 Gorse

📋 copy color: '#FADB32'

red 250 ◦ green 219 ◦ blue 50

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

Shades of Gorse #FADB32

Tints of Gorse #FADB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.63%

R = 48.17%
G = 42.2%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FADB32 (or 0xFADB32) is known color: Gorse. HEX triplet: FA, DB and 32. RGB value is (250,219,50). Sum of RGB (Red+Green+Blue) = 250+219+50=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB32 is #0524CD. Grayscale: #D1D1D1. Windows color (decimal): -337102 or 3333114. OLE color: 3333114.

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

Color convert

RGB 250 219 50 -
CMYK 0 0.12 0.8 0.02
HSL 50.7º 0.95% 0.59% -
HSV(B) 50.7º 0.8% 0.98% -
XYZ 65.33 71.22 13.32 -
YUV 209 38.27 157.24 -
System Red Green Blue C M Y K H S L
Decimal 250 219 50 0 0.12 0.8 0.02 50.7 0.95 0.59
Hex FA DB 32 0 C 50 2 33 5F 3B
Octal 372 333 62 0 14 120 2 63 137 73
Binary 11111010 11011011 110010 0 1100 1010000 10 110011 1011111 111011

Color Harmonies of #FADB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB32

Black with #FADB32

Text Example


Text Example

White with #FADB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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