Html Css Color HEX #FADB2F Gorse

📋 copy color: '#FADB2F'

red 250 ◦ green 219 ◦ blue 47

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

Shades of Gorse #FADB2F

Tints of Gorse #FADB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.11%

R = 48.45%
G = 42.44%
B = 9.11%

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

#FADB2F (or 0xFADB2F) is known color: Gorse. HEX triplet: FA, DB and 2F. RGB value is (250,219,47). Sum of RGB (Red+Green+Blue) = 250+219+47=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB2F is #0524D0. Grayscale: #D1D1D1. Windows color (decimal): -337105 or 3136506. OLE color: 3136506.

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

Color convert

RGB 250 219 47 -
CMYK 0 0.12 0.81 0.02
HSL 50.84º 0.95% 0.58% -
HSV(B) 50.84º 0.81% 0.98% -
XYZ 65.27 71.19 12.99 -
YUV 208.66 36.77 157.49 -
System Red Green Blue C M Y K H S L
Decimal 250 219 47 0 0.12 0.81 0.02 50.84 0.95 0.58
Hex FA DB 2F 0 C 51 2 33 5F 3A
Octal 372 333 57 0 14 121 2 63 137 72
Binary 11111010 11011011 101111 0 1100 1010001 10 110011 1011111 111010

Color Harmonies of #FADB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB2F

Black with #FADB2F

Text Example


Text Example

White with #FADB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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