Html Css Color HEX #FBCB6A Grandis

📋 copy color: '#FBCB6A'

red 251 ◦ green 203 ◦ blue 106

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

Shades of Grandis #FBCB6A

Tints of Grandis #FBCB6A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

 BLUE value IS 106 (41.8% from 255) = 18.93%

R = 44.82%
G = 36.25%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBCB6A (or 0xFBCB6A) is known color: Grandis. HEX triplet: FB, CB and 6A. RGB value is (251,203,106). Sum of RGB (Red+Green+Blue) = 251+203+106=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB6A is #043495. Grayscale: #CECECE. Windows color (decimal): -275606 or 6999035. OLE color: 6999035.

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

Color convert

RGB 251 203 106 -
CMYK 0 0.19 0.58 0.02
HSL 40.14º 0.95% 0.7% -
HSV(B) 40.14º 0.58% 0.98% -
XYZ 63.74 64.26 22.68 -
YUV 206.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 251 203 106 0 0.19 0.58 0.02 40.14 0.95 0.7
Hex FB CB 6A 0 13 3A 2 28 5F 46
Octal 373 313 152 0 23 72 2 50 137 106
Binary 11111011 11001011 1101010 0 10011 111010 10 101000 1011111 1000110

Color Harmonies of #FBCB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB6A

Black with #FBCB6A

Text Example


Text Example

White with #FBCB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB6A; }

 p { color: rgb(251,203,106); }

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

background-color css

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

 a { background-color: rgb(251,203,106); }

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

border-color css

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

 span { border-color: rgb(251,203,106); }

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