Html Css Color HEX #FADB3F Gorse

📋 copy color: '#FADB3F'

red 250 ◦ green 219 ◦ blue 63

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

Shades of Gorse #FADB3F

Tints of Gorse #FADB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.84%

R = 46.99%
G = 41.17%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FADB3F (or 0xFADB3F) is known color: Gorse. HEX triplet: FA, DB and 3F. RGB value is (250,219,63). Sum of RGB (Red+Green+Blue) = 250+219+63=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 63 (25% from 255 or 11.84% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB3F is #0524C0. Grayscale: #D3D3D3. Windows color (decimal): -337089 or 4185082. OLE color: 4185082.

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

Color convert

RGB 250 219 63 -
CMYK 0 0.12 0.75 0.02
HSL 50.05º 0.95% 0.61% -
HSV(B) 50.05º 0.75% 0.98% -
XYZ 65.65 71.35 15.01 -
YUV 210.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 250 219 63 0 0.12 0.75 0.02 50.05 0.95 0.61
Hex FA DB 3F 0 C 4B 2 32 5F 3D
Octal 372 333 77 0 14 113 2 62 137 75
Binary 11111010 11011011 111111 0 1100 1001011 10 110010 1011111 111101

Color Harmonies of #FADB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB3F

Black with #FADB3F

Text Example


Text Example

White with #FADB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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