Html Css Color HEX #FDDF3A Gorse

📋 copy color: '#FDDF3A'

red 253 ◦ green 223 ◦ blue 58

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

Shades of Gorse #FDDF3A

Tints of Gorse #FDDF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.86%

R = 47.38%
G = 41.76%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDDF3A (or 0xFDDF3A) is known color: Gorse. HEX triplet: FD, DF and 3A. RGB value is (253,223,58). Sum of RGB (Red+Green+Blue) = 253+223+58=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 58 (23.05% from 255 or 10.86% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF3A is #0220C5. Grayscale: #D5D5D5. Windows color (decimal): -139462 or 3858429. OLE color: 3858429.

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

Color convert

RGB 253 223 58 -
CMYK 0 0.12 0.77 0.01
HSL 50.77º 0.98% 0.61% -
HSV(B) 50.77º 0.77% 0.99% -
XYZ 67.66 73.96 14.71 -
YUV 213.16 40.44 156.42 -
System Red Green Blue C M Y K H S L
Decimal 253 223 58 0 0.12 0.77 0.01 50.77 0.98 0.61
Hex FD DF 3A 0 C 4D 1 33 62 3D
Octal 375 337 72 0 14 115 1 63 142 75
Binary 11111101 11011111 111010 0 1100 1001101 1 110011 1100010 111101

Color Harmonies of #FDDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF3A

Black with #FDDF3A

Text Example


Text Example

White with #FDDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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