Html Css Color HEX #FADF2E Gorse

📋 copy color: '#FADF2E'

red 250 ◦ green 223 ◦ blue 46

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

Shades of Gorse #FADF2E

Tints of Gorse #FADF2E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

 BLUE value IS 46 (18.36% from 255) = 8.86%

R = 48.17%
G = 42.97%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FADF2E (or 0xFADF2E) is known color: Gorse. HEX triplet: FA, DF and 2E. RGB value is (250,223,46). Sum of RGB (Red+Green+Blue) = 250+223+46=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF2E is #0520D1. Grayscale: #D3D3D3. Windows color (decimal): -336082 or 3071994. OLE color: 3071994.

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

Color convert

RGB 250 223 46 -
CMYK 0 0.11 0.82 0.02
HSL 52.06º 0.95% 0.58% -
HSV(B) 52.06º 0.82% 0.98% -
XYZ 66.31 73.3 13.24 -
YUV 210.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 250 223 46 0 0.11 0.82 0.02 52.06 0.95 0.58
Hex FA DF 2E 0 B 52 2 34 5F 3A
Octal 372 337 56 0 13 122 2 64 137 72
Binary 11111010 11011111 101110 0 1011 1010010 10 110100 1011111 111010

Color Harmonies of #FADF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF2E

Black with #FADF2E

Text Example


Text Example

White with #FADF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF2E; }

 p { color: rgb(250,223,46); }

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

background-color css

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

 a { background-color: rgb(250,223,46); }

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

border-color css

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

 span { border-color: rgb(250,223,46); }

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