Html Css Color HEX #FDDF37 Gorse

📋 copy color: '#FDDF37'

red 253 ◦ green 223 ◦ blue 55

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

Shades of Gorse #FDDF37

Tints of Gorse #FDDF37

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 55 (21.88% from 255) = 10.36%

R = 47.65%
G = 42%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDDF37 (or 0xFDDF37) is known color: Gorse. HEX triplet: FD, DF and 37. RGB value is (253,223,55). Sum of RGB (Red+Green+Blue) = 253+223+55=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF37 is #0220C8. Grayscale: #D5D5D5. Windows color (decimal): -139465 or 3661821. OLE color: 3661821.

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

Color convert

RGB 253 223 55 -
CMYK 0 0.12 0.78 0.01
HSL 50.91º 0.98% 0.6% -
HSV(B) 50.91º 0.78% 0.99% -
XYZ 67.59 73.93 14.32 -
YUV 212.82 38.94 156.66 -
System Red Green Blue C M Y K H S L
Decimal 253 223 55 0 0.12 0.78 0.01 50.91 0.98 0.6
Hex FD DF 37 0 C 4E 1 33 62 3C
Octal 375 337 67 0 14 116 1 63 142 74
Binary 11111101 11011111 110111 0 1100 1001110 1 110011 1100010 111100

Color Harmonies of #FDDF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF37

Black with #FDDF37

Text Example


Text Example

White with #FDDF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF37; }

 p { color: rgb(253,223,55); }

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

background-color css

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

 a { background-color: rgb(253,223,55); }

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

border-color css

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

 span { border-color: rgb(253,223,55); }

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