Html Css Color HEX #FADA2B Gorse

📋 copy color: '#FADA2B'

red 250 ◦ green 218 ◦ blue 43

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

Shades of Gorse #FADA2B

Tints of Gorse #FADA2B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

 BLUE value IS 43 (17.19% from 255) = 8.41%

R = 48.92%
G = 42.66%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FADA2B (or 0xFADA2B) is known color: Gorse. HEX triplet: FA, DA and 2B. RGB value is (250,218,43). Sum of RGB (Red+Green+Blue) = 250+218+43=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA2B is #0525D4. Grayscale: #D0D0D0. Windows color (decimal): -337365 or 2874106. OLE color: 2874106.

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

Color convert

RGB 250 218 43 -
CMYK 0 0.13 0.83 0.02
HSL 50.72º 0.95% 0.57% -
HSV(B) 50.72º 0.83% 0.98% -
XYZ 64.93 70.64 12.5 -
YUV 207.62 35.1 158.23 -
System Red Green Blue C M Y K H S L
Decimal 250 218 43 0 0.13 0.83 0.02 50.72 0.95 0.57
Hex FA DA 2B 0 D 53 2 33 5F 39
Octal 372 332 53 0 15 123 2 63 137 71
Binary 11111010 11011010 101011 0 1101 1010011 10 110011 1011111 111001

Color Harmonies of #FADA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA2B

Black with #FADA2B

Text Example


Text Example

White with #FADA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA2B; }

 p { color: rgb(250,218,43); }

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

background-color css

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

 a { background-color: rgb(250,218,43); }

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

border-color css

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

 span { border-color: rgb(250,218,43); }

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