Html Css Color HEX #FDDB41 Gorse

📋 copy color: '#FDDB41'

red 253 ◦ green 219 ◦ blue 65

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

Shades of Gorse #FDDB41

Tints of Gorse #FDDB41

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 65 (25.78% from 255) = 12.1%

R = 47.11%
G = 40.78%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDDB41 (or 0xFDDB41) is known color: Gorse. HEX triplet: FD, DB and 41. RGB value is (253,219,65). Sum of RGB (Red+Green+Blue) = 253+219+65=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDB41 is #0224BE. Grayscale: #D4D4D4. Windows color (decimal): -140479 or 4316157. OLE color: 4316157.

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

Color convert

RGB 253 219 65 -
CMYK 0 0.13 0.74 0.01
HSL 49.15º 0.98% 0.62% -
HSV(B) 49.15º 0.74% 0.99% -
XYZ 66.79 71.93 15.36 -
YUV 211.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 253 219 65 0 0.13 0.74 0.01 49.15 0.98 0.62
Hex FD DB 41 0 D 4A 1 31 62 3E
Octal 375 333 101 0 15 112 1 61 142 76
Binary 11111101 11011011 1000001 0 1101 1001010 1 110001 1100010 111110

Color Harmonies of #FDDB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB41

Black with #FDDB41

Text Example


Text Example

White with #FDDB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB41; }

 p { color: rgb(253,219,65); }

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

background-color css

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

 a { background-color: rgb(253,219,65); }

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

border-color css

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

 span { border-color: rgb(253,219,65); }

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