Html Css Color HEX #FAED3C Gorse

📋 copy color: '#FAED3C'

red 250 ◦ green 237 ◦ blue 60

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

Shades of Gorse #FAED3C

Tints of Gorse #FAED3C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

 BLUE value IS 60 (23.83% from 255) = 10.97%

R = 45.7%
G = 43.33%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAED3C (or 0xFAED3C) is known color: Gorse. HEX triplet: FA, ED and 3C. RGB value is (250,237,60). Sum of RGB (Red+Green+Blue) = 250+237+60=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 60 (23.83% from 255 or 10.97% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAED3C is #0512C3. Grayscale: #DDDDDD. Windows color (decimal): -332484 or 3993082. OLE color: 3993082.

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

Color convert

RGB 250 237 60 -
CMYK 0 0.05 0.76 0.02
HSL 55.89º 0.95% 0.61% -
HSV(B) 55.89º 0.76% 0.98% -
XYZ 70.52 81.22 16.23 -
YUV 220.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 250 237 60 0 0.05 0.76 0.02 55.89 0.95 0.61
Hex FA ED 3C 0 5 4C 2 38 5F 3D
Octal 372 355 74 0 5 114 2 70 137 75
Binary 11111010 11101101 111100 0 101 1001100 10 111000 1011111 111101

Color Harmonies of #FAED3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED3C

Black with #FAED3C

Text Example


Text Example

White with #FAED3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED3C; }

 p { color: rgb(250,237,60); }

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

background-color css

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

 a { background-color: rgb(250,237,60); }

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

border-color css

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

 span { border-color: rgb(250,237,60); }

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