Html Css Color HEX #FBCE70 Grandis

📋 copy color: '#FBCE70'

red 251 ◦ green 206 ◦ blue 112

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

Shades of Grandis #FBCE70

Tints of Grandis #FBCE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.68%

R = 44.11%
G = 36.2%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBCE70 (or 0xFBCE70) is known color: Grandis. HEX triplet: FB, CE and 70. RGB value is (251,206,112). Sum of RGB (Red+Green+Blue) = 251+206+112=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE70 is #04318F. Grayscale: #D1D1D1. Windows color (decimal): -274832 or 7393019. OLE color: 7393019.

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

Color convert

RGB 251 206 112 -
CMYK 0 0.18 0.55 0.02
HSL 40.58º 0.95% 0.71% -
HSV(B) 40.58º 0.55% 0.98% -
XYZ 64.78 65.82 24.62 -
YUV 208.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 251 206 112 0 0.18 0.55 0.02 40.58 0.95 0.71
Hex FB CE 70 0 12 37 2 29 5F 47
Octal 373 316 160 0 22 67 2 51 137 107
Binary 11111011 11001110 1110000 0 10010 110111 10 101001 1011111 1000111

Color Harmonies of #FBCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCE70

Black with #FBCE70

Text Example


Text Example

White with #FBCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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