Html Css Color HEX #FAEB3C Gorse

📋 copy color: '#FAEB3C'

red 250 ◦ green 235 ◦ blue 60

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

Shades of Gorse #FAEB3C

Tints of Gorse #FAEB3C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

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

R = 45.87%
G = 43.12%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAEB3C (or 0xFAEB3C) is known color: Gorse. HEX triplet: FA, EB and 3C. RGB value is (250,235,60). Sum of RGB (Red+Green+Blue) = 250+235+60=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 60 (23.83% from 255 or 11.01% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEB3C is #0514C3. Grayscale: #DCDCDC. Windows color (decimal): -332996 or 3992570. OLE color: 3992570.

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

Color convert

RGB 250 235 60 -
CMYK 0 0.06 0.76 0.02
HSL 55.26º 0.95% 0.61% -
HSV(B) 55.26º 0.76% 0.98% -
XYZ 69.95 80.07 16.04 -
YUV 219.54 37.97 149.73 -
System Red Green Blue C M Y K H S L
Decimal 250 235 60 0 0.06 0.76 0.02 55.26 0.95 0.61
Hex FA EB 3C 0 6 4C 2 37 5F 3D
Octal 372 353 74 0 6 114 2 67 137 75
Binary 11111010 11101011 111100 0 110 1001100 10 110111 1011111 111101

Color Harmonies of #FAEB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB3C

Black with #FAEB3C

Text Example


Text Example

White with #FAEB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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