Html Css Color HEX #FDDF33 Gorse

📋 copy color: '#FDDF33'

red 253 ◦ green 223 ◦ blue 51

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

Shades of Gorse #FDDF33

Tints of Gorse #FDDF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.68%

R = 48.01%
G = 42.31%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDDF33 (or 0xFDDF33) is known color: Gorse. HEX triplet: FD, DF and 33. RGB value is (253,223,51). Sum of RGB (Red+Green+Blue) = 253+223+51=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 51 (20.31% from 255 or 9.68% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF33 is #0220CC. Grayscale: #D5D5D5. Windows color (decimal): -139469 or 3399677. OLE color: 3399677.

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

Color convert

RGB 253 223 51 -
CMYK 0 0.12 0.80 0.01
HSL 51.09º 0.98% 0.6% -
HSV(B) 51.09º 0.8% 0.99% -
XYZ 67.49 73.9 13.84 -
YUV 212.36 36.94 156.99 -
System Red Green Blue C M Y K H S L
Decimal 253 223 51 0 0.12 0.80 0.01 51.09 0.98 0.6
Hex FD DF 33 0 C 50 1 33 62 3C
Octal 375 337 63 0 14 120 1 63 142 74
Binary 11111101 11011111 110011 0 1100 1010000 1 110011 1100010 111100

Color Harmonies of #FDDF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF33

Black with #FDDF33

Text Example


Text Example

White with #FDDF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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