Html Css Color HEX #FDE742 Gorse

📋 copy color: '#FDE742'

red 253 ◦ green 231 ◦ blue 66

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

Shades of Gorse #FDE742

Tints of Gorse #FDE742

RGB

 RED value IS 253 (99.22% from 255) = 46%

 GREEN value IS 231 (90.63% from 255) = 42%

 BLUE value IS 66 (26.17% from 255) = 12%

R = 46%
G = 42%
B = 12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDE742 (or 0xFDE742) is known color: Gorse. HEX triplet: FD, E7 and 42. RGB value is (253,231,66). Sum of RGB (Red+Green+Blue) = 253+231+66=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 66 (26.17% from 255 or 12% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE742 is #0218BD. Grayscale: #DBDBDB. Windows color (decimal): -137406 or 4384765. OLE color: 4384765.

HSL color Cylindrical-coordinate representation of color #FDE742: hue angle of 52.94º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDE742 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 231 66 -
CMYK 0 0.09 0.74 0.01
HSL 52.94º 0.98% 0.63% -
HSV(B) 52.94º 0.74% 0.99% -
XYZ 70.07 78.43 16.6 -
YUV 218.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 253 231 66 0 0.09 0.74 0.01 52.94 0.98 0.63
Hex FD E7 42 0 9 4A 1 35 62 3F
Octal 375 347 102 0 11 112 1 65 142 77
Binary 11111101 11100111 1000010 0 1001 1001010 1 110101 1100010 111111

Color Harmonies of #FDE742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE742

Black with #FDE742

Text Example


Text Example

White with #FDE742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE742; }

 p { color: rgb(253,231,66); }

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

background-color css

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

 a { background-color: rgb(253,231,66); }

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

border-color css

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

 span { border-color: rgb(253,231,66); }

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