Html Css Color HEX #FDC367 Grandis

📋 copy color: '#FDC367'

red 253 ◦ green 195 ◦ blue 103

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

Shades of Grandis #FDC367

Tints of Grandis #FDC367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.39%

 BLUE value IS 103 (40.63% from 255) = 18.69%

R = 45.92%
G = 35.39%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDC367 (or 0xFDC367) is known color: Grandis. HEX triplet: FD, C3 and 67. RGB value is (253,195,103). Sum of RGB (Red+Green+Blue) = 253+195+103=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC367 is #023C98. Grayscale: #CACACA. Windows color (decimal): -146585 or 6800381. OLE color: 6800381.

HSL color Cylindrical-coordinate representation of color #FDC367: hue angle of 36.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDC367 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 195 103 -
CMYK 0 0.23 0.59 0.01
HSL 36.8º 0.97% 0.7% -
HSV(B) 36.8º 0.59% 0.99% -
XYZ 62.47 60.89 21.29 -
YUV 201.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 253 195 103 0 0.23 0.59 0.01 36.8 0.97 0.7
Hex FD C3 67 0 17 3B 1 25 61 46
Octal 375 303 147 0 27 73 1 45 141 106
Binary 11111101 11000011 1100111 0 10111 111011 1 100101 1100001 1000110

Color Harmonies of #FDC367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC367

Black with #FDC367

Text Example


Text Example

White with #FDC367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC367; }

 p { color: rgb(253,195,103); }

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

background-color css

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

 a { background-color: rgb(253,195,103); }

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

border-color css

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

 span { border-color: rgb(253,195,103); }

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