Html Css Color HEX #FDD73E Gorse

📋 copy color: '#FDD73E'

red 253 ◦ green 215 ◦ blue 62

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

Shades of Gorse #FDD73E

Tints of Gorse #FDD73E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.57%

 BLUE value IS 62 (24.61% from 255) = 11.7%

R = 47.74%
G = 40.57%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDD73E (or 0xFDD73E) is known color: Gorse. HEX triplet: FD, D7 and 3E. RGB value is (253,215,62). Sum of RGB (Red+Green+Blue) = 253+215+62=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 62 (24.61% from 255 or 11.70% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD73E is #0228C1. Grayscale: #D1D1D1. Windows color (decimal): -141506 or 4118525. OLE color: 4118525.

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

Color convert

RGB 253 215 62 -
CMYK 0 0.15 0.75 0.01
HSL 48.06º 0.98% 0.62% -
HSV(B) 48.06º 0.75% 0.99% -
XYZ 65.68 69.83 14.57 -
YUV 208.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 253 215 62 0 0.15 0.75 0.01 48.06 0.98 0.62
Hex FD D7 3E 0 F 4B 1 30 62 3E
Octal 375 327 76 0 17 113 1 60 142 76
Binary 11111101 11010111 111110 0 1111 1001011 1 110000 1100010 111110

Color Harmonies of #FDD73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD73E

Black with #FDD73E

Text Example


Text Example

White with #FDD73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD73E; }

 p { color: rgb(253,215,62); }

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

background-color css

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

 a { background-color: rgb(253,215,62); }

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

border-color css

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

 span { border-color: rgb(253,215,62); }

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