Html Css Color HEX #FDDF32 Gorse

📋 copy color: '#FDDF32'

red 253 ◦ green 223 ◦ blue 50

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

Shades of Gorse #FDDF32

Tints of Gorse #FDDF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.51%

R = 48.1%
G = 42.4%
B = 9.51%

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

#FDDF32 (or 0xFDDF32) is known color: Gorse. HEX triplet: FD, DF and 32. RGB value is (253,223,50). Sum of RGB (Red+Green+Blue) = 253+223+50=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF32 is #0220CD. Grayscale: #D4D4D4. Windows color (decimal): -139470 or 3334141. OLE color: 3334141.

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

Color convert

RGB 253 223 50 -
CMYK 0 0.12 0.80 0.01
HSL 51.13º 0.98% 0.59% -
HSV(B) 51.13º 0.8% 0.99% -
XYZ 67.47 73.89 13.72 -
YUV 212.25 36.44 157.07 -
System Red Green Blue C M Y K H S L
Decimal 253 223 50 0 0.12 0.80 0.01 51.13 0.98 0.59
Hex FD DF 32 0 C 50 1 33 62 3B
Octal 375 337 62 0 14 120 1 63 142 73
Binary 11111101 11011111 110010 0 1100 1010000 1 110011 1100010 111011

Color Harmonies of #FDDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF32

Black with #FDDF32

Text Example


Text Example

White with #FDDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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