Html Css Color HEX #FDF03D Gorse

📋 copy color: '#FDF03D'

red 253 ◦ green 240 ◦ blue 61

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

Shades of Gorse #FDF03D

Tints of Gorse #FDF03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.32%

 BLUE value IS 61 (24.22% from 255) = 11.01%

R = 45.67%
G = 43.32%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDF03D (or 0xFDF03D) is known color: Gorse. HEX triplet: FD, F0 and 3D. RGB value is (253,240,61). Sum of RGB (Red+Green+Blue) = 253+240+61=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 61 (24.22% from 255 or 11.01% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF03D is #020FC2. Grayscale: #E0E0E0. Windows color (decimal): -135107 or 4059389. OLE color: 4059389.

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

Color convert

RGB 253 240 61 -
CMYK 0 0.05 0.76 0.01
HSL 55.94º 0.98% 0.62% -
HSV(B) 55.94º 0.76% 0.99% -
XYZ 72.51 83.54 16.72 -
YUV 223.48 36.31 149.05 -
System Red Green Blue C M Y K H S L
Decimal 253 240 61 0 0.05 0.76 0.01 55.94 0.98 0.62
Hex FD F0 3D 0 5 4C 1 38 62 3E
Octal 375 360 75 0 5 114 1 70 142 76
Binary 11111101 11110000 111101 0 101 1001100 1 111000 1100010 111110

Color Harmonies of #FDF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF03D

Black with #FDF03D

Text Example


Text Example

White with #FDF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF03D; }

 p { color: rgb(253,240,61); }

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

background-color css

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

 a { background-color: rgb(253,240,61); }

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

border-color css

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

 span { border-color: rgb(253,240,61); }

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