Html Css Color HEX #FDDF34 Gorse

📋 copy color: '#FDDF34'

red 253 ◦ green 223 ◦ blue 52

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

Shades of Gorse #FDDF34

Tints of Gorse #FDDF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.85%

R = 47.92%
G = 42.23%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDDF34 (or 0xFDDF34) is known color: Gorse. HEX triplet: FD, DF and 34. RGB value is (253,223,52). Sum of RGB (Red+Green+Blue) = 253+223+52=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 52 (20.70% from 255 or 9.85% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF34 is #0220CB. Grayscale: #D5D5D5. Windows color (decimal): -139468 or 3465213. OLE color: 3465213.

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

Color convert

RGB 253 223 52 -
CMYK 0 0.12 0.79 0.01
HSL 51.04º 0.98% 0.6% -
HSV(B) 51.04º 0.79% 0.99% -
XYZ 67.52 73.91 13.96 -
YUV 212.48 37.44 156.9 -
System Red Green Blue C M Y K H S L
Decimal 253 223 52 0 0.12 0.79 0.01 51.04 0.98 0.6
Hex FD DF 34 0 C 4F 1 33 62 3C
Octal 375 337 64 0 14 117 1 63 142 74
Binary 11111101 11011111 110100 0 1100 1001111 1 110011 1100010 111100

Color Harmonies of #FDDF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF34

Black with #FDDF34

Text Example


Text Example

White with #FDDF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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