Html Css Color HEX #FAE23D Gorse

📋 copy color: '#FAE23D'

red 250 ◦ green 226 ◦ blue 61

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

Shades of Gorse #FAE23D

Tints of Gorse #FAE23D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.09%

 BLUE value IS 61 (24.22% from 255) = 11.36%

R = 46.55%
G = 42.09%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAE23D (or 0xFAE23D) is known color: Gorse. HEX triplet: FA, E2 and 3D. RGB value is (250,226,61). Sum of RGB (Red+Green+Blue) = 250+226+61=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 61 (24.22% from 255 or 11.36% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE23D is #051DC2. Grayscale: #D7D7D7. Windows color (decimal): -335299 or 4055802. OLE color: 4055802.

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

Color convert

RGB 250 226 61 -
CMYK 0 0.10 0.76 0.02
HSL 52.38º 0.95% 0.61% -
HSV(B) 52.38º 0.76% 0.98% -
XYZ 67.46 75.05 15.35 -
YUV 214.37 41.45 153.42 -
System Red Green Blue C M Y K H S L
Decimal 250 226 61 0 0.10 0.76 0.02 52.38 0.95 0.61
Hex FA E2 3D 0 A 4C 2 34 5F 3D
Octal 372 342 75 0 12 114 2 64 137 75
Binary 11111010 11100010 111101 0 1010 1001100 10 110100 1011111 111101

Color Harmonies of #FAE23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE23D

Black with #FAE23D

Text Example


Text Example

White with #FAE23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE23D; }

 p { color: rgb(250,226,61); }

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

background-color css

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

 a { background-color: rgb(250,226,61); }

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

border-color css

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

 span { border-color: rgb(250,226,61); }

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