Html Css Color HEX #FADB28 Gorse

📋 copy color: '#FADB28'

red 250 ◦ green 219 ◦ blue 40

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

Shades of Gorse #FADB28

Tints of Gorse #FADB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.86%

R = 49.12%
G = 43.03%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FADB28 (or 0xFADB28) is known color: Gorse. HEX triplet: FA, DB and 28. RGB value is (250,219,40). Sum of RGB (Red+Green+Blue) = 250+219+40=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB28 is #0524D7. Grayscale: #D0D0D0. Windows color (decimal): -337112 or 2677754. OLE color: 2677754.

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

Color convert

RGB 250 219 40 -
CMYK 0 0.12 0.84 0.02
HSL 51.14º 0.95% 0.57% -
HSV(B) 51.14º 0.84% 0.98% -
XYZ 65.14 71.14 12.31 -
YUV 207.86 33.27 158.05 -
System Red Green Blue C M Y K H S L
Decimal 250 219 40 0 0.12 0.84 0.02 51.14 0.95 0.57
Hex FA DB 28 0 C 54 2 33 5F 39
Octal 372 333 50 0 14 124 2 63 137 71
Binary 11111010 11011011 101000 0 1100 1010100 10 110011 1011111 111001

Color Harmonies of #FADB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB28

Black with #FADB28

Text Example


Text Example

White with #FADB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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