Html Css Color HEX #FDD842 Gorse

📋 copy color: '#FDD842'

red 253 ◦ green 216 ◦ blue 66

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

Shades of Gorse #FDD842

Tints of Gorse #FDD842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

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

R = 47.29%
G = 40.37%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD842 (or 0xFDD842) is known color: Gorse. HEX triplet: FD, D8 and 42. RGB value is (253,216,66). Sum of RGB (Red+Green+Blue) = 253+216+66=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 66 (26.17% from 255 or 12.34% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD842 is #0227BD. Grayscale: #D2D2D2. Windows color (decimal): -141246 or 4380925. OLE color: 4380925.

HSL color Cylindrical-coordinate representation of color #FDD842: hue angle of 48.13º 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 #FDD842 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 216 66 -
CMYK 0 0.15 0.74 0.01
HSL 48.13º 0.98% 0.63% -
HSV(B) 48.13º 0.74% 0.99% -
XYZ 66.05 70.39 15.26 -
YUV 209.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 253 216 66 0 0.15 0.74 0.01 48.13 0.98 0.63
Hex FD D8 42 0 F 4A 1 30 62 3F
Octal 375 330 102 0 17 112 1 60 142 77
Binary 11111101 11011000 1000010 0 1111 1001010 1 110000 1100010 111111

Color Harmonies of #FDD842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD842

Black with #FDD842

Text Example


Text Example

White with #FDD842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD842; }

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

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

background-color css

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

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

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

border-color css

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

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

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