Html Css Color HEX #FBCE74 Grandis

📋 copy color: '#FBCE74'

red 251 ◦ green 206 ◦ blue 116

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

Shades of Grandis #FBCE74

Tints of Grandis #FBCE74

RGB

 RED value IS 251 (98.44% from 255) = 43.8%

 GREEN value IS 206 (80.86% from 255) = 35.95%

 BLUE value IS 116 (45.7% from 255) = 20.24%

R = 43.8%
G = 35.95%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBCE74 (or 0xFBCE74) is known color: Grandis. HEX triplet: FB, CE and 74. RGB value is (251,206,116). Sum of RGB (Red+Green+Blue) = 251+206+116=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE74 is #04318B. Grayscale: #D1D1D1. Windows color (decimal): -274828 or 7655163. OLE color: 7655163.

HSL color Cylindrical-coordinate representation of color #FBCE74: hue angle of 40º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBCE74 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 206 116 -
CMYK 0 0.18 0.54 0.02
HSL 40º 0.94% 0.72% -
HSV(B) 40º 0.54% 0.98% -
XYZ 65.01 65.91 25.82 -
YUV 209.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 251 206 116 0 0.18 0.54 0.02 40 0.94 0.72
Hex FB CE 74 0 12 36 2 28 5E 48
Octal 373 316 164 0 22 66 2 50 136 110
Binary 11111011 11001110 1110100 0 10010 110110 10 101000 1011110 1001000

Color Harmonies of #FBCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCE74

Black with #FBCE74

Text Example


Text Example

White with #FBCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCE74; }

 p { color: rgb(251,206,116); }

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

background-color css

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

 a { background-color: rgb(251,206,116); }

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

border-color css

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

 span { border-color: rgb(251,206,116); }

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