Html Css Color HEX #FDDF29 Gorse

📋 copy color: '#FDDF29'

red 253 ◦ green 223 ◦ blue 41

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

Shades of Gorse #FDDF29

Tints of Gorse #FDDF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.93%

R = 48.94%
G = 43.13%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDDF29 (or 0xFDDF29) is known color: Gorse. HEX triplet: FD, DF and 29. RGB value is (253,223,41). Sum of RGB (Red+Green+Blue) = 253+223+41=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 41 (16.41% from 255 or 7.93% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF29 is #0220D6. Grayscale: #D3D3D3. Windows color (decimal): -139479 or 2744317. OLE color: 2744317.

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

Color convert

RGB 253 223 41 -
CMYK 0 0.12 0.84 0.01
HSL 51.51º 0.98% 0.58% -
HSV(B) 51.51º 0.84% 0.99% -
XYZ 67.3 73.82 12.8 -
YUV 211.22 31.94 157.8 -
System Red Green Blue C M Y K H S L
Decimal 253 223 41 0 0.12 0.84 0.01 51.51 0.98 0.58
Hex FD DF 29 0 C 54 1 34 62 3A
Octal 375 337 51 0 14 124 1 64 142 72
Binary 11111101 11011111 101001 0 1100 1010100 1 110100 1100010 111010

Color Harmonies of #FDDF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF29

Black with #FDDF29

Text Example


Text Example

White with #FDDF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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