Html Css Color HEX #FADF3A Gorse

📋 copy color: '#FADF3A'

red 250 ◦ green 223 ◦ blue 58

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

Shades of Gorse #FADF3A

Tints of Gorse #FADF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.92%

R = 47.08%
G = 42%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FADF3A (or 0xFADF3A) is known color: Gorse. HEX triplet: FA, DF and 3A. RGB value is (250,223,58). Sum of RGB (Red+Green+Blue) = 250+223+58=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF3A is #0520C5. Grayscale: #D4D4D4. Windows color (decimal): -336070 or 3858426. OLE color: 3858426.

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

Color convert

RGB 250 223 58 -
CMYK 0 0.11 0.77 0.02
HSL 51.56º 0.95% 0.6% -
HSV(B) 51.56º 0.77% 0.98% -
XYZ 66.58 73.4 14.66 -
YUV 212.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 250 223 58 0 0.11 0.77 0.02 51.56 0.95 0.6
Hex FA DF 3A 0 B 4D 2 34 5F 3C
Octal 372 337 72 0 13 115 2 64 137 74
Binary 11111010 11011111 111010 0 1011 1001101 10 110100 1011111 111100

Color Harmonies of #FADF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF3A

Black with #FADF3A

Text Example


Text Example

White with #FADF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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