Html Css Color HEX #FAEA26 Gorse

📋 copy color: '#FAEA26'

red 250 ◦ green 234 ◦ blue 38

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

Shades of Gorse #FAEA26

Tints of Gorse #FAEA26

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.83%

 BLUE value IS 38 (15.23% from 255) = 7.28%

R = 47.89%
G = 44.83%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAEA26 (or 0xFAEA26) is known color: Gorse. HEX triplet: FA, EA and 26. RGB value is (250,234,38). Sum of RGB (Red+Green+Blue) = 250+234+38=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 38 (15.23% from 255 or 7.28% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA26 is #0515D9. Grayscale: #D9D9D9. Windows color (decimal): -333274 or 2550522. OLE color: 2550522.

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

Color convert

RGB 250 234 38 -
CMYK 0 0.06 0.85 0.02
HSL 55.47º 0.95% 0.56% -
HSV(B) 55.47º 0.85% 0.98% -
XYZ 69.2 79.31 13.49 -
YUV 216.44 27.3 151.94 -
System Red Green Blue C M Y K H S L
Decimal 250 234 38 0 0.06 0.85 0.02 55.47 0.95 0.56
Hex FA EA 26 0 6 55 2 37 5F 38
Octal 372 352 46 0 6 125 2 67 137 70
Binary 11111010 11101010 100110 0 110 1010101 10 110111 1011111 111000

Color Harmonies of #FAEA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA26

Black with #FAEA26

Text Example


Text Example

White with #FAEA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA26; }

 p { color: rgb(250,234,38); }

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

background-color css

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

 a { background-color: rgb(250,234,38); }

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

border-color css

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

 span { border-color: rgb(250,234,38); }

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