Html Css Color HEX #FDDF25 Gorse

📋 copy color: '#FDDF25'

red 253 ◦ green 223 ◦ blue 37

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

Shades of Gorse #FDDF25

Tints of Gorse #FDDF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.21%

R = 49.32%
G = 43.47%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDDF25 (or 0xFDDF25) is known color: Gorse. HEX triplet: FD, DF and 25. RGB value is (253,223,37). Sum of RGB (Red+Green+Blue) = 253+223+37=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 37 (14.84% from 255 or 7.21% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF25 is #0220DA. Grayscale: #D3D3D3. Windows color (decimal): -139483 or 2482173. OLE color: 2482173.

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

Color convert

RGB 253 223 37 -
CMYK 0 0.12 0.85 0.01
HSL 51.67º 0.98% 0.57% -
HSV(B) 51.67º 0.85% 0.99% -
XYZ 67.23 73.79 12.45 -
YUV 210.77 29.94 158.12 -
System Red Green Blue C M Y K H S L
Decimal 253 223 37 0 0.12 0.85 0.01 51.67 0.98 0.57
Hex FD DF 25 0 C 55 1 34 62 39
Octal 375 337 45 0 14 125 1 64 142 71
Binary 11111101 11011111 100101 0 1100 1010101 1 110100 1100010 111001

Color Harmonies of #FDDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF25

Black with #FDDF25

Text Example


Text Example

White with #FDDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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