Html Css Color HEX #FDC26B Grandis

📋 copy color: '#FDC26B'

red 253 ◦ green 194 ◦ blue 107

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

Shades of Grandis #FDC26B

Tints of Grandis #FDC26B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.02%

 BLUE value IS 107 (42.19% from 255) = 19.31%

R = 45.67%
G = 35.02%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDC26B (or 0xFDC26B) is known color: Grandis. HEX triplet: FD, C2 and 6B. RGB value is (253,194,107). Sum of RGB (Red+Green+Blue) = 253+194+107=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC26B is #023D94. Grayscale: #CACACA. Windows color (decimal): -146837 or 7062269. OLE color: 7062269.

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

Color convert

RGB 253 194 107 -
CMYK 0 0.23 0.58 0.01
HSL 35.75º 0.97% 0.71% -
HSV(B) 35.75º 0.58% 0.99% -
XYZ 62.45 60.53 22.3 -
YUV 201.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 253 194 107 0 0.23 0.58 0.01 35.75 0.97 0.71
Hex FD C2 6B 0 17 3A 1 24 61 47
Octal 375 302 153 0 27 72 1 44 141 107
Binary 11111101 11000010 1101011 0 10111 111010 1 100100 1100001 1000111

Color Harmonies of #FDC26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC26B

Black with #FDC26B

Text Example


Text Example

White with #FDC26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC26B; }

 p { color: rgb(253,194,107); }

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

background-color css

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

 a { background-color: rgb(253,194,107); }

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

border-color css

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

 span { border-color: rgb(253,194,107); }

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